👽 update vuepress base

This commit is contained in:
yanyongyu 2020-11-22 01:51:23 +08:00 committed by pull[bot]
parent 9a819fc12c
commit 68ed443fa3

View File

@ -1,6 +1,7 @@
const path = require("path");
module.exports = context => ({
base: process.env.VUEPRESS_BASE || "/",
title: "NoneBot",
description: "基于 酷Q 的 Python 异步 QQ 机器人框架",
markdown: {
@ -117,12 +118,7 @@ module.exports = context => ({
title: "进阶",
collapsable: false,
sidebar: "auto",
children: [
"",
"scheduler",
"permission",
"runtime-hook"
]
children: ["", "scheduler", "permission", "runtime-hook"]
}
],
"/api/": [