-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
65 lines (61 loc) · 1.4 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
site_name: Decapod - Decalarative Application Orchetration & Delivery
repo_name: openinfradev/decapod-docs
repo_url: https://github.com/openinfradev/decapod-docs
theme:
language: kr
name: material
logo: assets/taco_icon.png
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.indexes
- navigation.instant
- navigation.top
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- toc.integrate
- content.code.annotate
- content.tabs.link
- search.highlight
- search.share
- search.suggest
highlightjs: true
plugins:
- search
extra_css:
- assets/css/extra.css
markdown_extensions:
- admonition
- codehilite
- attr_list
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.emoji
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
nav:
- Overview: index.md
- Concepts:
- concepts/index.md
- concepts/documentation.md
- concepts/deployment.md
- Getting started:
- getting-started/install.md
- getting-started/customize-yaml.md
- getting-started/deploying.md
- troubleshooting.md
- glossary.md