-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
99 lines (93 loc) · 3.35 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
site_name: retest docs
strict: true
theme:
name: material
custom_dir: "theme"
favicon: "assets/images/favicon.ico"
icon:
logo: "retest/logo"
repo: "fontawesome/brands/github"
features:
- tabs
extra_css:
- "assets/stylesheets/colors.css"
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- toc:
toc_depth: 4
plugins:
- search
- redirects:
redirect_maps:
# Official redirects
"code-of-conduct.md": "contributing/code-of-conduct.md"
"contributing.md": "contributing/guidelines.md"
# Legacy/Moved sites
"recheck/how-ignore-works-in-recheck.md": "recheck/usage/filter.md"
"recheck/reuse-golden-master-files.md": "recheck/introduction/usage.md"
"recheck/properties.md": "recheck/usage/configuration.md"
"recheck/recheck-options.md": "recheck/usage/configuration.md"
"recheck/location-of-the-golden-master-files-and-test-reports.md": "recheck/usage/configuration.md"
"recheck/how-ignore-works.md": "recheck/usage/filter.md"
"recheck-web/properties.md": "recheck-web/usage/configuration.md"
"recheck-web/ways-of-using-recheck-web.md": "recheck-web/introduction/usage.md"
repo_name: "retest/docs"
repo_url: "https://github.com/retest/docs"
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/retest"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/retest_en"
- icon: "fontawesome/brands/linkedin"
link: "https://www.linkedin.com/company/retest-gmbh"
- icon: "fontawesome/brands/facebook"
link: "https://www.facebook.com/retest.de"
- icon: "fontawesome/brands/xing"
link: "https://www.xing.com/companies/retestgmbh"
nav:
- Home: index.md
- Contributing:
- "Code of Conduct": contributing/code-of-conduct.md
- "Guidelines": contributing/guidelines.md
- "contributing/ide-settings.md"
- recheck:
- "recheck/introduction/index.md"
- "recheck/introduction/installation.md"
- "recheck/introduction/usage.md"
- "recheck/usage/configuration.md"
- "recheck/usage/filter.md"
- "recheck/files/state.md"
- "recheck/files/report.md"
- recheck-web:
- Run your first Test: "recheck-web/run-your-first-test.md"
- Setup:
- "recheck-web/setup/maven.md"
- Tutorial:
- "recheck-web/tutorial/explicit-checks.md"
- "recheck-web/tutorial/mvn-execute-locally.md"
- "recheck-web/tutorial/setup-recheck.ignore.md"
- "recheck-web/tutorial/using-git-and-github.md"
- "recheck-web/tutorial/travis-execute-ci.md"
- "recheck-web/tutorial/upload-test-reports-to-rehub.md"
- "recheck-web/tutorial/rule-based-ignore.md"
- "recheck-web/introduction/usage.md"
- "recheck-web/usage/configuration.md"
- "recheck-web/element-identification-problem.md"
- "recheck-web/postpone-test-breakage.md"
- "recheck-web/unbreakable-selenium.md"
- "recheck-web/usage/healing.md"
- "recheck-web/contributor-information.md"
- recheck.cli:
- "recheck.cli/setup.md"
- "recheck.cli/maintain-golden-master.md"
- review:
- "review/installation.md"
- "review/usage/reports.md"
- "review/usage/projects.md"
- "review/usage/healing.md"