📝 拆分部署与使用,添加简单使用章节

This commit is contained in:
Azide
2023-05-01 02:14:16 +08:00
committed by felinae98
parent 9534daca0a
commit 116c0475c7
12 changed files with 399 additions and 102 deletions
+21 -1
View File
@@ -1,12 +1,32 @@
import { defineUserConfig, defaultTheme } from "vuepress";
export default defineUserConfig({
lang: "zh-CN",
title: "Nonebot Bison",
description: "Docs for Nonebot Bison",
theme: defaultTheme({
navbar: [
{ text: "主页", link: "/" },
{ text: "部署与使用", link: "/usage/" },
{
text: "上车",
children: [
{
text: "安装",
link: "/usage/install.md",
activeMatch: "^/usage/install",
},
{
text: "简单使用",
link: "/usage/easy-use.md",
activeMatch: "^/usage/easy-use",
},
{
text: "详细配置",
link: "/usage",
activeMatch: "^/usage$",
},
],
},
{ text: "开发", link: "/dev/" },
{ text: "Github", link: "https://github.com/felinae98/nonebot-bison" },
],
Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB