update doc

This commit is contained in:
felinae98
2021-07-07 20:30:26 +08:00
parent ae59674c8c
commit de2a8bfd61
7 changed files with 86 additions and 17 deletions
+3 -1
View File
@@ -3,8 +3,10 @@ module.exports = {
description: 'Docs for Nonebot HK Reporter',
themeConfig: {
nav: [
{ text: '主页', link: '/' },
{ text: '部署与使用', link: '/usage/' },
{ text: '开发', link: '/dev/' }
{ text: '开发', link: '/dev/' },
{ text: 'Github', link: 'https://github.com/felinae98/nonebot-hk-reporter' }
]
}
}