mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
👽 update vuepress base
This commit is contained in:
parent
d70f622a24
commit
07b72f87d7
@ -1,6 +1,7 @@
|
|||||||
const path = require("path");
|
const path = require("path");
|
||||||
|
|
||||||
module.exports = context => ({
|
module.exports = context => ({
|
||||||
|
base: process.env.VUEPRESS_BASE || "/",
|
||||||
title: "NoneBot",
|
title: "NoneBot",
|
||||||
description: "基于 酷Q 的 Python 异步 QQ 机器人框架",
|
description: "基于 酷Q 的 Python 异步 QQ 机器人框架",
|
||||||
markdown: {
|
markdown: {
|
||||||
@ -117,12 +118,7 @@ module.exports = context => ({
|
|||||||
title: "进阶",
|
title: "进阶",
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
sidebar: "auto",
|
sidebar: "auto",
|
||||||
children: [
|
children: ["", "scheduler", "permission", "runtime-hook"]
|
||||||
"",
|
|
||||||
"scheduler",
|
|
||||||
"permission",
|
|
||||||
"runtime-hook"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"/api/": [
|
"/api/": [
|
||||||
|
Loading…
Reference in New Issue
Block a user