Skip to content
Closed
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![License](https://img.shields.io/github/license/wdvxdr1123/ZeroBot.svg?style=flat-square&logo=gnu)](https://raw.githubusercontent.com/wdvxdr1123/ZeroBot/main/LICENSE)
[![qq group](https://img.shields.io/badge/group-892659456-red?style=flat-square&logo=tencent-qq)](https://jq.qq.com/?_wv=1027&k=E6Zov6Fi)

文档正在咕咕中, 具体使用可以参考example文件夹。


## ⚡️ 快速使用

Expand Down Expand Up @@ -41,6 +41,10 @@ func main() {
}
```

## 📖 文档

[**--> 点击这里查看文档 <--**](https://wdvxdr1123.github.io/ZeroBot/)

## 🎯 特性

- 通过 `init` 函数实现插件式
Expand All @@ -62,4 +66,4 @@ func main() {

<a href="https://github.com/wdvxdr1123/ZeroBot/graphs/contributors">
<img src="https://contrib.rocks/image?repo=wdvxdr1123/ZeroBot&max=1000" />
</a>
</a>
Empty file added docs/.nojekyll
Empty file.
2 changes: 2 additions & 0 deletions docs/_navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* [English](en/)
* [简体中文](zh-cn/)
11 changes: 11 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* [Introduction](en/)
* [Quick Start](en/guide)
* [Core API](en/api)
* [Creating Plugins](en/plugins)

---

* [介绍](zh-cn/)
* [快速开始](zh-cn/guide)
* [核心 API](zh-cn/api)
* [创建插件](zh-cn/plugins)
5 changes: 5 additions & 0 deletions docs/en/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ZeroBot

> A powerful and extensible QQ bot framework.

[Next: Quick Start](/en/guide.md)
4 changes: 4 additions & 0 deletions docs/en/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* [Home](README.md)
* [Getting Started](guide.md)
* [Creating Plugins](plugins.md)
* [Core API](api.md)
Loading
Loading