diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index e758848..5ed2698 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -8,7 +8,7 @@ export default defineUserConfig({ navbar: [ { text: "主页", link: "/" }, { - text: "上车", + text: "使用", children: [ { text: "安装", @@ -16,12 +16,12 @@ export default defineUserConfig({ activeMatch: "^/usage/install", }, { - text: "简单使用", + text: "入门", link: "/usage/easy-use.md", activeMatch: "^/usage/easy-use", }, { - text: "详细配置", + text: "详述", link: "/usage", activeMatch: "^/usage$", }, diff --git a/docs/README.md b/docs/README.md index 5d37612..53e8dcc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,11 +2,12 @@ home: true heroText: Nonebot Bison tagline: 励志做全泰拉骑自行车最快的信使 + actions: - text: 快速部署 link: /usage/install.md type: secondary - - text: 快速上手 + - text: 快速上车 link: /usage/easy-use.md type: primary - text: 详细了解 @@ -21,3 +22,18 @@ features: details: 私聊、群组亦或是网页,Bison提供全方位下单服务,只需简单指令,就能精准送达! footer: MIT Licensed --- + +