Skip to content

Commit

Permalink
Merge pull request #238 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 81ddcf6 + 66b67af commit de7425c
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 4 deletions.
54 changes: 50 additions & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig(
nav: [
{ text: "首页", link: "/" },
{ text: "指南", link: "/guide/intro/what-is-skip" },
{ text: "进阶", link: "/advance/layout-inspect/index" },
// { text: "布局检查", link: "/inspect/index", target: "_blank" },
],
sidebar: {
Expand Down Expand Up @@ -64,14 +65,59 @@ export default defineConfig(
},
],
},
{
text: "应用保活",
items: [
{
text: "功能介绍",
link: "/guide/keep-alive/index",
},
],
},
{
text: "应用白名单",
items: [
{
text: "功能介绍",
link: "/guide/white-list/index",
},
],
},
{
text: "设置",
items: [
{
text: "功能介绍",
link: "/guide/settings/index",
},
],
},
{
text: "关于",
items: [
{
text: "功能介绍",
link: "/guide/about/index",
},
],
},
],
"/download/": [
"/advance/": [
{
text: "布局检查",
items: [
{
text: "功能介绍",
link: "/advance/layout-inspect/index",
},
],
},
{
text: "下载 APP",
text: "自定义配置",
items: [
{
text: "下载方式",
link: "/download/app-download/index",
text: "功能介绍",
link: "/advance/custom-config/index",
},
],
},
Expand Down
3 changes: 3 additions & 0 deletions docs/advance/custom-config/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 自定义配置功能介绍

![🚧](/images/under-construction.png)
3 changes: 3 additions & 0 deletions docs/advance/layout-inspect/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 布局检查功能介绍

![🚧](/images/under-construction.png)
3 changes: 3 additions & 0 deletions docs/guide/about/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 关于功能介绍

![🚧](/images/under-construction.png)
3 changes: 3 additions & 0 deletions docs/guide/keep-alive/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 应用保活功能介绍

![🚧](/images/under-construction.png)
3 changes: 3 additions & 0 deletions docs/guide/settings/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 设置功能介绍

![🚧](/images/under-construction.png)
3 changes: 3 additions & 0 deletions docs/guide/white-list/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 应用白名单功能介绍

![🚧](/images/under-construction.png)
Binary file added docs/public/images/under-construction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de7425c

Please sign in to comment.