Skip to content

Commit

Permalink
Merge pull request #239 from GuoXiCheng/dev-c
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
GuoXiCheng authored Sep 19, 2024
2 parents de7425c + d9b83f8 commit 6fbe549
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig(
nav: [
{ text: "首页", link: "/" },
{ text: "指南", link: "/guide/intro/what-is-skip" },
{ text: "进阶", link: "/advance/layout-inspect/index" },
{ text: "进阶", link: "/advance/layout-inspect/intro" },
// { text: "布局检查", link: "/inspect/index", target: "_blank" },
],
sidebar: {
Expand Down Expand Up @@ -70,7 +70,7 @@ export default defineConfig(
items: [
{
text: "功能介绍",
link: "/guide/keep-alive/index",
link: "/guide/keep-alive/intro",
},
],
},
Expand All @@ -79,7 +79,7 @@ export default defineConfig(
items: [
{
text: "功能介绍",
link: "/guide/white-list/index",
link: "/guide/white-list/intro",
},
],
},
Expand All @@ -88,7 +88,7 @@ export default defineConfig(
items: [
{
text: "功能介绍",
link: "/guide/settings/index",
link: "/guide/settings/intro",
},
],
},
Expand All @@ -97,7 +97,7 @@ export default defineConfig(
items: [
{
text: "功能介绍",
link: "/guide/about/index",
link: "/guide/about/intro",
},
],
},
Expand All @@ -108,7 +108,7 @@ export default defineConfig(
items: [
{
text: "功能介绍",
link: "/advance/layout-inspect/index",
link: "/advance/layout-inspect/intro",
},
],
},
Expand All @@ -117,7 +117,7 @@ export default defineConfig(
items: [
{
text: "功能介绍",
link: "/advance/custom-config/index",
link: "/advance/custom-config/intro",
},
],
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6fbe549

Please sign in to comment.