From f7bac4b8f9aa7ca916cbf76c8513c7a3dc1f6bd1 Mon Sep 17 00:00:00 2001 From: ma91n Date: Thu, 2 Jan 2025 10:44:07 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#213=20Markdown:=20=E3=83=84=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=83=81=E3=83=83=E3=83=97=E3=81=AEmarkdown=E3=81=ABi?= =?UTF-8?q?ntroduction=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mjs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.vitepress/config.mjs b/.vitepress/config.mjs index cd9716ed..7a1d4eae 100644 --- a/.vitepress/config.mjs +++ b/.vitepress/config.mjs @@ -232,8 +232,17 @@ export default defineConfig({ ], }, { - text: "Markdown設計ドキュメント規約", - link: "/documents/forMarkdown/", + text: "Markdown", + items: [ + { + text: "Introduction", + link: "/documents/forMarkdown/", + }, + { + text: "Markdown設計ドキュメント規約", + link: "/documents/forMarkdown/markdown_design_document.html", + }, + ], }, { text: "Slack",