update doc

This commit is contained in:
felinae98
2021-12-07 22:23:29 +08:00
parent ec4849fe5b
commit a7d8e4ec0c
2 changed files with 19 additions and 4 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
module.exports = {
title: 'Nonebot HK Reporter',
description: 'Docs for Nonebot HK Reporter',
title: 'Nonebot Bison',
description: 'Docs for Nonebot Bison',
themeConfig: {
nav: [
{ text: '主页', link: '/' },
{ text: '部署与使用', link: '/usage/' },
{ text: '开发', link: '/dev/' },
{ text: 'Github', link: 'https://github.com/felinae98/nonebot-hk-reporter' }
{ text: 'Github', link: 'https://github.com/felinae98/nonebot-bison' }
]
}
}