mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-10 02:09:51 +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]
|
- [`中文用户使用手册`][user-docs-zh]
|
||||||
- [`开发历程记录博客`][development-blogs]
|
- [`开发历程记录博客`][development-blogs]
|
||||||
|
- [CHANGELOG](docs/CHANGELOG.md)
|
||||||
|
|
||||||
## Sponsors
|
## 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
|
[unittest]: https://docs.python.org/3/library/unittest.html
|
||||||
[Locust]: http://locust.io/
|
[Locust]: http://locust.io/
|
||||||
[har2case]: https://github.com/httprunner/har2case
|
[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/
|
[development-blogs]: http://debugtalk.com/tags/httprunner/
|
||||||
[HAR]: http://httparchive.org/
|
[HAR]: http://httparchive.org/
|
||||||
[Swagger]: https://swagger.io/
|
[Swagger]: https://swagger.io/
|
||||||
|
|||||||
@@ -4,11 +4,7 @@
|
|||||||
|
|
||||||
本文档托管在`GitHub Pages`上,访问地址:
|
本文档托管在`GitHub Pages`上,访问地址:
|
||||||
|
|
||||||
https://cn.httprunner.org (托管在 GitHub Pages)
|
https://docs.httprunner.org
|
||||||
|
|
||||||
或者
|
|
||||||
|
|
||||||
https://httprunner.debugtalk.com (托管在七牛云 CDN)
|
|
||||||
|
|
||||||
## 本地预览
|
## 本地预览
|
||||||
|
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ nav:
|
|||||||
- 实践案例:
|
- 实践案例:
|
||||||
- TesterHome 登录: examples/testerhome-login.md
|
- TesterHome 登录: examples/testerhome-login.md
|
||||||
- 相关资料: related-docs.md
|
- 相关资料: related-docs.md
|
||||||
|
- CHANGELOG: CHANGELOG.md
|
||||||
|
|
||||||
extra_javascript:
|
extra_javascript:
|
||||||
- 'js/slardar.js'
|
- 'js/slardar.js'
|
||||||
@@ -8,7 +8,7 @@ authors = ["debugtalk <debugtalk@gmail.com>"]
|
|||||||
|
|
||||||
homepage = "https://github.com/HttpRunner/HttpRunner"
|
homepage = "https://github.com/HttpRunner/HttpRunner"
|
||||||
repository = "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"]
|
keywords = ["HTTP", "api", "test", "requests", "locustio"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user