mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-07 20:33:01 +08:00
first page
This commit is contained in:
parent
ada8a15871
commit
c41a40faa7
10
docs/.vuepress/config.js
Normal file
10
docs/.vuepress/config.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
module.exports = {
|
||||||
|
title: 'Nonebot HK Reporter',
|
||||||
|
description: 'Docs for Nonebot HK Reporter',
|
||||||
|
themeConfig: {
|
||||||
|
nav: [
|
||||||
|
{ text: '部署与使用', link: '/usage/' },
|
||||||
|
{ text: '开发', link: '/dev/' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
@ -1 +1,12 @@
|
|||||||
# Hello Vue
|
---
|
||||||
|
home: true
|
||||||
|
heroText: Nonebot HK Reporter
|
||||||
|
actionText: 快速部署
|
||||||
|
actionLink: /usage/
|
||||||
|
features:
|
||||||
|
- title: KISS
|
||||||
|
details: 作为插件可以Simple和Stupid,作为插件可以Simple和Stupid,作为Bot提供适用的功能
|
||||||
|
- title: 拓展性强
|
||||||
|
details: 可以快速的添加新的网站
|
||||||
|
footer: MIT Licensed
|
||||||
|
---
|
||||||
|
7
docs/usage/README.md
Normal file
7
docs/usage/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
sidebar: auto
|
||||||
|
---
|
||||||
|
# 部署和使用
|
||||||
|
本节将教你快速部署和使用一个nonebot-hk-reporter
|
||||||
|
|
||||||
|
## 快速上手
|
1
docs/usage/quick-start.md
Normal file
1
docs/usage/quick-start.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# 快速入门
|
Loading…
x
Reference in New Issue
Block a user