REFACTOR(docusaurus): change docusaurus Blog
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
---
|
||||
slug: welcome
|
||||
title: Welcome to Infrastructure Docs
|
||||
authors:
|
||||
name: Bluemayne
|
||||
title: Infrastructure Engineer
|
||||
tags: [welcome, infrastructure]
|
||||
---
|
||||
|
||||
# Welcome to Infrastructure Documentation
|
||||
|
||||
Welcome to our infrastructure documentation site! This is where we'll document all our infrastructure setup, guides, and best practices.
|
||||
|
||||
<!--truncate-->
|
||||
|
||||
## What's New
|
||||
|
||||
We've just launched this documentation site using Docusaurus. Here you'll find:
|
||||
|
||||
- Complete infrastructure setup guides
|
||||
- Service documentation
|
||||
- Troubleshooting tips
|
||||
- Best practices
|
||||
|
||||
Stay tuned for more updates!
|
||||
@@ -47,13 +47,6 @@ const config = {
|
||||
editUrl:
|
||||
'https://gitea0213.kro.kr/bluemayne/infrastructure/src/branch/main/docusaurus/',
|
||||
},
|
||||
blog: {
|
||||
showReadingTime: true,
|
||||
// Please change this to your repo.
|
||||
// Remove this to remove the "edit this page" links.
|
||||
editUrl:
|
||||
'https://gitea0213.kro.kr/bluemayne/infrastructure/src/branch/main/docusaurus/',
|
||||
},
|
||||
theme: {
|
||||
customCss: './src/css/custom.css',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user