https://github.com/wzpan/wukong-doc
wukong-robot 的 reference 文档
https://github.com/wzpan/wukong-doc
Last synced: 2 months ago
JSON representation
wukong-robot 的 reference 文档
- Host: GitHub
- URL: https://github.com/wzpan/wukong-doc
- Owner: wzpan
- Created: 2019-02-16T17:30:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T15:37:34.000Z (over 5 years ago)
- Last Synced: 2025-01-01T18:16:41.542Z (4 months ago)
- Language: HTML
- Homepage: https://www.hahack.com/wukong-robot/index.html
- Size: 6.08 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wukong-doc
用于生成 [wukong-robot](https://github.com/wzpan/wukong-robot) 的 [API 文档](https://www.hahack.com/wukong-robot/index.html)。
1. 依赖:
``` bash
git clone https://github.com/wzpan/wukong-doc.git docs
git clone https://github.com/wzpan/wukong-robot.git
```2. 生成 HTML
``` bash
make doc
```