first page

This commit is contained in:
felinae98
2021-07-06 21:07:04 +08:00
parent ada8a15871
commit c41a40faa7
4 changed files with 30 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
title: 'Nonebot HK Reporter',
description: 'Docs for Nonebot HK Reporter',
themeConfig: {
nav: [
{ text: '部署与使用', link: '/usage/' },
{ text: '开发', link: '/dev/' }
]
}
}