mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
add auth check and config docs
This commit is contained in:
@ -23,10 +23,12 @@ module.exports = {
|
||||
|
||||
themeConfig: {
|
||||
repo: "nonebot/nonebot",
|
||||
docsDir: "docs",
|
||||
docsBranch: "dev2",
|
||||
editLinks: true,
|
||||
editLinkText: "在 GitHub 上编辑此页",
|
||||
docsDir: "docs",
|
||||
lastUpdated: "上次更新",
|
||||
smoothScroll: true,
|
||||
nav: [{ text: "API", link: "/api/" }],
|
||||
sidebar: {
|
||||
"/api/": [
|
||||
|
Reference in New Issue
Block a user