add docs back

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