REFACTOR(docusaurus): change docusaurus Blog

This commit is contained in:
2025-12-28 16:26:34 +09:00
parent 3c4c92438f
commit c44c6cfb03
2 changed files with 0 additions and 32 deletions

View File

@@ -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!

View File

@@ -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',
},