-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
41 lines (36 loc) · 938 Bytes
/
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
site_name: Monkeyble
repo_name: HewlettPackard/monkeyble
repo_url: https://github.com/HewlettPackard/monkeyble
theme:
name: material
palette:
scheme: default
primary: brown
accent: orange
logo: images/monkeyble_short_logo.png
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/8.9.2/mermaid.min.js
extra:
version:
provider: mike
markdown_extensions:
- pymdownx.highlight
- admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
nav:
- Installation: installation.md
- Hello world: hello_world.md
- Scenarios: scenarios.md
- Test input: test_input.md
- Test output: test_output.md
- Test states: states.md
- Mock: mock.md
- Task filters: task_filters.md
- Task extra vars: extra_vars.md
- CLI: cli.md
- CI/CD: ci_cd.md
- Dev env: dev_env.md