mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
Add docs skeleton
This commit is contained in:
21
docs/.vuepress/config.js
Normal file
21
docs/.vuepress/config.js
Normal file
@ -0,0 +1,21 @@
|
||||
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',
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user