Add docs skeleton

This commit is contained in:
Richard Chien
2018-08-14 00:46:45 +08:00
parent 1a4afb3c10
commit e43f683935
9 changed files with 6358 additions and 4 deletions

13
docs/README.md Normal file
View File

@ -0,0 +1,13 @@
---
home: true
actionText: 即刻开始
actionLink: /guide/
features:
- title: 简洁的 API
details: 提供极其简洁易懂的 API使你可以毫无压力地开始验证你的绝佳创意只需编写最少量的代码。
- title: 易于扩展
details: 精心设计的消息和事件处理流程及强大的 API 使得你可以很方便地从原型扩展出具有丰富功能的聊天机器人。
- title: 高性能
details: 基于时下最流行的 asyncio 模块,使用 WebSocket 进行通信,以获得极高的性能;同时,支持使用多个机器人账号来负载均衡用户消息,减少业务宕机的可能。
footer: MIT Licensed | Copyright © 2018 Richard Chien
---