-
Notifications
You must be signed in to change notification settings - Fork 31
/
mkdocs.yml
80 lines (77 loc) · 1.79 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
---
site_name: Red Hat Best Practices Test Suite for Kubernetes
repo_name: GitHub
repo_url: https://github.com/redhat-best-practices-for-k8s/certsuite/
theme:
name: material
features:
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- content.tooltips
- content.code.annotate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
markdown_extensions:
- toc:
permalink: true
- abbr
- attr_list
- pymdownx.snippets
- admonition
- smarty
- extra
- codehilite
- admonition
- tables
- pymdownx.details
- pymdownx.superfences
- markdown_include.include:
base_path: docs
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.details
- pymdownx.mark
- pymdownx.arithmatex:
generic: true
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
plugins:
- search
nav:
- "index.md"
- Setup:
- Test Configuration: "configuration.md"
- Runtime environment variables: "runtime-env.md"
- Run: "test-run.md"
- Available Test Specs:
- Test Specs: "test-spec.md"
- Implementation: "test-spec-implementation.md"
- Test Output: "test-output.md"
- Exception Process: "exception.md"
- Developers' Guide:
- Developers: "developers.md"
- Workload Developers: "workload-developers.md"
- Reference:
- reference.md
- Data Collection: "data-collection.md"