From 3c4bcf390d4361531c8bc7f2d26ba09a6e1996df Mon Sep 17 00:00:00 2001 From: liamjung Date: Wed, 28 Sep 2022 22:43:48 +0800 Subject: [PATCH] fix: index --- .vitepress/config.js | 2 +- guide/{introduction.md => index.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename guide/{introduction.md => index.md} (100%) diff --git a/.vitepress/config.js b/.vitepress/config.js index 09da1c8..35f41f0 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -48,7 +48,7 @@ module.exports = { text: '快速入门', children: [{ text: '什么是建木', - link: '/guide/introduction' + link: '/guide/index' },{ text: '在线体验', link: '/guide/online-demo', diff --git a/guide/introduction.md b/guide/index.md similarity index 100% rename from guide/introduction.md rename to guide/index.md