forked from kapicorp/kapitan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
48 lines (45 loc) · 1.26 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
# dependencies:
# pip install mkdocs mkdocs-material pymdown-extensions
site_name: Kapitan documentation
theme: material
use_directory_urls: true
nav:
- Home: README.md
- Contributing: contributing.md
- Getting started:
- Kapitan Overview: kapitan_overview.md
- Inventory: inventory.md
- Compiling components/templates: compile.md
- Kapitan features:
- Secret management: secrets.md
- Manifest validation: validate.md
- External dependency management: external_dependencies.md
- Miscellaneous:
- Continuous Integration: CI.md
- Set up kapitan on older Python systems: pyenv-scl.md
- Usage: usage.md
- Proposals: proposals.md
- Examples:
- Kubernetes: example-kubernetes.md
- Terraform: example-terraform.md
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- markdown_include.include:
base_path: docs
repo_name: 'kapicorp/kapitan'
repo_url: 'https://github.com/kapicorp/kapitan'