Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加apidoc模块生成api文档,不过接口描述我只写了一个 #939

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hhdem
Copy link

@hhdem hhdem commented Apr 9, 2017

  1. 使用apidoc模块生成api静态文档省去维护的工作
  2. 去掉原有的api接口
  3. 静态文件apidoc的生成目录在public/apidoc
  4. 增加public/apidoc到gitignore中

2. 去掉原有的api接口
3. 静态文件apidoc的生成目录在public/apidoc
4. 增加public/apidoc到gitignore中
@mention-bot
Copy link

@hhdem, thanks for your PR! By analyzing the history of the files in this pull request, we identified @alsotang, @greenkeeperio-bot and @fengmk2 to be potential reviewers.

@codecov-io
Copy link

codecov-io commented Apr 9, 2017

Codecov Report

Merging #939 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #939      +/-   ##
==========================================
+ Coverage   87.74%   87.77%   +0.02%     
==========================================
  Files          53       53              
  Lines        2334     2331       -3     
  Branches      342      342              
==========================================
- Hits         2048     2046       -2     
+ Misses        286      285       -1
Impacted Files Coverage Δ
web_router.js 94.8% <ø> (-0.07%) ⬇️
api/v1/topic.js 89.92% <ø> (ø) ⬆️
controllers/static.js 100% <ø> (+8.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc252fb...aea20c8. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants