From 3852e37c71ee41722ff8544ec2e16c8b62c018b8 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Sat, 2 Nov 2019 00:06:24 +0800 Subject: [PATCH] change: mv CHANGELOG.md to docs folder --- README.md | 3 ++- CHANGELOG.md => docs/CHANGELOG.md | 0 docs/README.md | 6 +----- mkdocs.yml | 1 + pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) rename CHANGELOG.md => docs/CHANGELOG.md (100%) diff --git a/README.md b/README.md index 892d9da1..433400e8 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/CHANGELOG.md b/docs/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to docs/CHANGELOG.md diff --git a/docs/README.md b/docs/README.md index 9a4d0708..ebb30df6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,11 +4,7 @@ 本文档托管在`GitHub Pages`上,访问地址: -https://cn.httprunner.org (托管在 GitHub Pages) - -或者 - -https://httprunner.debugtalk.com (托管在七牛云 CDN) +https://docs.httprunner.org ## 本地预览 diff --git a/mkdocs.yml b/mkdocs.yml index b90e7be7..561fdd97 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,6 +75,7 @@ nav: - 实践案例: - TesterHome 登录: examples/testerhome-login.md - 相关资料: related-docs.md + - CHANGELOG: CHANGELOG.md extra_javascript: - 'js/slardar.js' \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3df20cab..03d3739a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["debugtalk "] 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"]