mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
13 lines
351 B
JavaScript
13 lines
351 B
JavaScript
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' }
|
|
]
|
|
}
|
|
}
|