mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-03 18:06:13 +08:00
13 lines
336 B
JavaScript
13 lines
336 B
JavaScript
module.exports = {
|
|
title: 'Nonebot Bison',
|
|
description: 'Docs for Nonebot Bison',
|
|
themeConfig: {
|
|
navbar: [
|
|
{ text: '主页', link: '/' },
|
|
{ text: '部署与使用', link: '/usage/' },
|
|
{ text: '开发', link: '/dev/' },
|
|
{ text: 'Github', link: 'https://github.com/felinae98/nonebot-bison' }
|
|
]
|
|
}
|
|
}
|