mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
change: update docs
This commit is contained in:
@@ -15,7 +15,7 @@ If you want to keep up with the latest version, you can install with github repo
|
|||||||
$ pip3 install git+https://github.com/httprunner/httprunner.git@master
|
$ pip3 install git+https://github.com/httprunner/httprunner.git@master
|
||||||
```
|
```
|
||||||
|
|
||||||
If you have installed `HttpRunner` before and want to upgrade to the latest version, you can use the `-U` option.
|
If you have installed `HttpRunner` before and want to upgrade to the latest version, you can use the `-U` option.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ pip3 install -U httprunner
|
$ pip3 install -U httprunner
|
||||||
|
|||||||
+5
-8
@@ -1,6 +1,5 @@
|
|||||||
# install mkdocs
|
# install mkdocs and material design
|
||||||
# $ pip install mkdocs # 1.1.2
|
# $ pip install mkdocs-material
|
||||||
# $ pip install mkdocs-material # 5.2.2
|
|
||||||
|
|
||||||
# usage
|
# usage
|
||||||
# $ mkdocs serve # build docs and preview
|
# $ mkdocs serve # build docs and preview
|
||||||
@@ -30,11 +29,6 @@ theme:
|
|||||||
text: 'Roboto'
|
text: 'Roboto'
|
||||||
code: 'Roboto Mono'
|
code: 'Roboto Mono'
|
||||||
|
|
||||||
# Google Analytics
|
|
||||||
google_analytics:
|
|
||||||
- 'UA-114587036-3'
|
|
||||||
- 'auto'
|
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
@@ -55,6 +49,9 @@ extra:
|
|||||||
link: https://debugtalk.com
|
link: https://debugtalk.com
|
||||||
- icon: fontawesome/brands/github-alt
|
- icon: fontawesome/brands/github-alt
|
||||||
link: 'https://github.com/httprunner'
|
link: 'https://github.com/httprunner'
|
||||||
|
analytics:
|
||||||
|
provider: google # Google Analytics
|
||||||
|
property: UA-114587036-3
|
||||||
|
|
||||||
# index pages
|
# index pages
|
||||||
nav:
|
nav:
|
||||||
|
|||||||
Reference in New Issue
Block a user