📝 add advanced and changelog

This commit is contained in:
yanyongyu
2020-11-18 08:48:23 +08:00
parent 42e714ee7d
commit e6268f319d
8 changed files with 40 additions and 7 deletions

View File

@ -79,8 +79,10 @@ module.exports = context => ({
nav: [
{ text: "主页", link: "/" },
{ text: "指南", link: "/guide/" },
{ text: "进阶", link: "/advanced/" },
{ text: "API", link: "/api/" },
{ text: "插件广场", link: "/plugin-store" }
{ text: "插件广场", link: "/plugin-store" },
{ text: "更新日志", link: "/changelog" }
],
sidebarDepth: 2,
sidebar: {
@ -110,6 +112,19 @@ module.exports = context => ({
]
}
],
"/advanced/": [
{
title: "进阶",
collapsable: false,
sidebar: "auto",
children: [
"",
"scheduler",
"permission",
"runtime-hook"
]
}
],
"/api/": [
{
title: "NoneBot Api Reference",