-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
49 lines (44 loc) · 1.13 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
site_name: "camundactl"
site_description: "camunda command line interface like kubectl"
site_url: "http://camundactl.github.io"
repo_url: "http://github.com/jblawatt/camundactl"
dev_addr: localhost:9090
nav:
- Home:
- Overview: index.md
- Examples: examples.md
- Configuration: configuration.md
- Usage: usage.md
- Output: output.md
- Full Reference:
- get Commands: commands/get.md
- apply Commands: commands/apply.md
- delete Commands: commands/delete.md
- describe Commands: commands/describe.md
- Other Commands: commands/others.md
- API Doc: api_doc.md
# https://python-markdown.github.io/extensions/
markdown_extensions:
- attr_list
- mkdocs-click
- toc:
permalink: True
- plantuml_markdown:
server: http://www.plantuml.com/plantuml
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
- mkdocstrings:
watch:
- camundactl
- gen-files:
scripts:
- docs/gen_api_doc.py
theme:
name: material
locale: en
hightlightjs: true
palette:
primary: deep orange
accent: deep orange