mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-06 20:06:12 +08:00
11 lines
230 B
JavaScript
11 lines
230 B
JavaScript
module.exports = {
|
|
title: 'Nonebot HK Reporter',
|
|
description: 'Docs for Nonebot HK Reporter',
|
|
themeConfig: {
|
|
nav: [
|
|
{ text: '部署与使用', link: '/usage/' },
|
|
{ text: '开发', link: '/dev/' }
|
|
]
|
|
}
|
|
}
|