change: mv CHANGELOG.md to docs folder

This commit is contained in:
debugtalk
2019-11-02 00:06:24 +08:00
parent 472c0532e2
commit 8e4f99438d
5 changed files with 5 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ HttpRunner is rich documented.
- [`中文用户使用手册`][user-docs-zh]
- [`开发历程记录博客`][development-blogs]
- [CHANGELOG](docs/CHANGELOG.md)
## Sponsors
@@ -65,7 +66,7 @@ Thank you to all our sponsors! ✨🍰✨ ([become a sponsor](docs/sponsors.md))
[unittest]: https://docs.python.org/3/library/unittest.html
[Locust]: http://locust.io/
[har2case]: https://github.com/httprunner/har2case
[user-docs-zh]: http://cn.httprunner.org/
[user-docs-zh]: http://docs.httprunner.org/
[development-blogs]: http://debugtalk.com/tags/httprunner/
[HAR]: http://httparchive.org/
[Swagger]: https://swagger.io/

View File

@@ -4,11 +4,7 @@
本文档托管在`GitHub Pages`上,访问地址:
https://cn.httprunner.org (托管在 GitHub Pages
或者
https://httprunner.debugtalk.com (托管在七牛云 CDN
https://docs.httprunner.org
## 本地预览

View File

@@ -75,6 +75,7 @@ nav:
- 实践案例:
- TesterHome 登录: examples/testerhome-login.md
- 相关资料: related-docs.md
- CHANGELOG: CHANGELOG.md
extra_javascript:
- 'js/slardar.js'

View File

@@ -8,7 +8,7 @@ authors = ["debugtalk <debugtalk@gmail.com>"]
homepage = "https://github.com/HttpRunner/HttpRunner"
repository = "https://github.com/HttpRunner/HttpRunner"
documentation = "https://cn.httprunner.org"
documentation = "https://docs.httprunner.org"
keywords = ["HTTP", "api", "test", "requests", "locustio"]