diff --git a/docusaurus/blog/2025-12-17-welcome.md b/docusaurus/blog/2025-12-17-welcome.md deleted file mode 100644 index 109e891..0000000 --- a/docusaurus/blog/2025-12-17-welcome.md +++ /dev/null @@ -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. - - - -## 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! diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index 456775f..824726b 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -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', },