mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
first page
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
module.exports = {
|
||||||
|
title: 'Nonebot HK Reporter',
|
||||||
|
description: 'Docs for Nonebot HK Reporter',
|
||||||
|
themeConfig: {
|
||||||
|
nav: [
|
||||||
|
{ text: '部署与使用', link: '/usage/' },
|
||||||
|
{ text: '开发', link: '/dev/' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
+12
-1
@@ -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
|
||||||
|
---
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
sidebar: auto
|
||||||
|
---
|
||||||
|
# 部署和使用
|
||||||
|
本节将教你快速部署和使用一个nonebot-hk-reporter
|
||||||
|
|
||||||
|
## 快速上手
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
# 快速入门
|
||||||
Reference in New Issue
Block a user