https://github.com/worktile/teams-docs
API docs for Worktile
https://github.com/worktile/teams-docs
Last synced: 12 months ago
JSON representation
API docs for Worktile
- Host: GitHub
- URL: https://github.com/worktile/teams-docs
- Owner: worktile
- License: mit
- Created: 2015-09-08T04:01:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T10:56:05.000Z (about 10 years ago)
- Last Synced: 2025-02-02T03:27:47.620Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.9 MB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API docs for LessChat
地址:http://api.lesschat.com
## 环境搭建
1.安装brew[如果没有brew命令]
`ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
2.安装python
`brew install python`
3.安装pip
定位到get-pip.py,运行命令
`sudo python get-pip.py`
参考:[python环境搭建](http://blog.csdn.net/fancylovejava/article/details/39140373)
4.安装mkdocs
`pip install mkdocs`
5.`npm install`
6.`bower install`
## 启动环境
1.`gulp`
2.`mkdocs serve`
## 生成html文件
1.`gulp` 或 `gulp build`
2.`mkdocs build`
## mkdocs 官方api
[api](http://markdown-docs-zh.readthedocs.org/zh_CN/latest/)