forked from httprunner/httprunner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
65 lines (57 loc) · 1.46 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# install mkdocs
# $ pip install mkdocs # 1.1.2
# $ pip install mkdocs-material # 5.2.2
# Project information
site_name: HttpRunner V3.x Docs
site_description: HttpRunner V3.x User Documentation
site_author: 'debugtalk'
# Repository
repo_name: HttpRunner
repo_url: https://github.com/httprunner/httprunner
edit_uri: ""
# Copyright
copyright: 'Copyright © 2017 - 2020 debugtalk'
# Configuration
theme:
name: 'material'
language: 'zh'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
# Google Analytics
google_analytics:
- 'UA-114587036-3'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
# extra
extra:
search:
language: 'jp'
social:
- icon: material/library
link: https://debugtalk.com
- icon: fontawesome/brands/github-alt
link: 'https://github.com/httprunner'
# index pages
nav:
- Introduction: index.md
- Installation: installation.md
- User Guide:
- Concepts: user/concepts.md
- Scaffold: user/scaffold.md
- Record & Generate testcase: user/gen_tests.md
- Write Testcase: user/write_testcase.md
- Run Testcase: user/run_testcase.md
- Testing Report: user/testing_report.md
- Run load test: user/run_loadtest.md
- Sponsors: sponsors.md
- CHANGELOG: CHANGELOG.md