2018-08-14 00:46:45 +08:00
|
|
|
module.exports = {
|
|
|
|
title: 'NoneBot',
|
|
|
|
description: '基于酷 Q 的 Python 异步 QQ 机器人框架',
|
2018-08-14 21:09:09 +08:00
|
|
|
serviceWorker: true,
|
|
|
|
markdown: {
|
|
|
|
lineNumbers: true
|
|
|
|
},
|
2018-08-14 00:46:45 +08:00
|
|
|
themeConfig: {
|
|
|
|
repo: 'richardchien/none-bot',
|
|
|
|
docsDir: 'docs',
|
|
|
|
editLinks: true,
|
2018-08-14 01:53:02 +08:00
|
|
|
editLinkText: '在 GitHub 上编辑此页',
|
2018-08-14 00:46:45 +08:00
|
|
|
lastUpdated: '上次更新',
|
2018-08-14 21:09:09 +08:00
|
|
|
activeHeaderLinks: false,
|
2018-08-14 00:46:45 +08:00
|
|
|
nav: [
|
2018-08-14 23:52:52 +08:00
|
|
|
{ text: '入门指南', link: '/guide/' },
|
|
|
|
{ text: '术语表', link: '/glossary.md' },
|
2018-08-14 00:46:45 +08:00
|
|
|
],
|
|
|
|
sidebar: {
|
|
|
|
'/guide/': [
|
2018-08-14 21:09:09 +08:00
|
|
|
{
|
2018-08-14 23:56:36 +08:00
|
|
|
title: '入门指南',
|
2018-08-14 21:09:09 +08:00
|
|
|
collapsable: false,
|
|
|
|
children: [
|
|
|
|
'',
|
|
|
|
'installation',
|
|
|
|
'getting-started',
|
2018-08-14 23:52:52 +08:00
|
|
|
'whats-happened',
|
2018-08-15 01:24:25 +08:00
|
|
|
'basic-configurations',
|
|
|
|
'write-commands',
|
|
|
|
'write-nl-processors',
|
|
|
|
'tuling',
|
|
|
|
'group-management',
|
2018-08-14 21:09:09 +08:00
|
|
|
]
|
|
|
|
}
|
2018-08-14 00:46:45 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|