mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
22 lines
532 B
JavaScript
22 lines
532 B
JavaScript
module.exports = {
|
|
title: 'NoneBot',
|
|
description: '基于酷 Q 的 Python 异步 QQ 机器人框架',
|
|
themeConfig: {
|
|
repo: 'richardchien/none-bot',
|
|
docsDir: 'docs',
|
|
editLinks: true,
|
|
editLinkText: '编辑页面',
|
|
lastUpdated: '上次更新',
|
|
nav: [
|
|
{ text: '指南', link: '/guide/' },
|
|
],
|
|
sidebar: {
|
|
'/guide/': [
|
|
'',
|
|
'installation',
|
|
'getting-started',
|
|
]
|
|
},
|
|
}
|
|
}
|