mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 06:49:45 +08:00
change: mv CHANGELOG.md to docs folder
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -4,11 +4,7 @@
|
||||
|
||||
本文档托管在`GitHub Pages`上,访问地址:
|
||||
|
||||
https://cn.httprunner.org (托管在 GitHub Pages)
|
||||
|
||||
或者
|
||||
|
||||
https://httprunner.debugtalk.com (托管在七牛云 CDN)
|
||||
https://docs.httprunner.org
|
||||
|
||||
## 本地预览
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ nav:
|
||||
- 实践案例:
|
||||
- TesterHome 登录: examples/testerhome-login.md
|
||||
- 相关资料: related-docs.md
|
||||
- CHANGELOG: CHANGELOG.md
|
||||
|
||||
extra_javascript:
|
||||
- 'js/slardar.js'
|
||||
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user