forked from kubecfg/kubecfg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
61 lines (54 loc) · 1.58 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
site_name: KubeCFG
site_description: 'KubeCFG Documentation'
site_dir: docs-build
theme:
name: 'material'
logo: 'https://avatars.githubusercontent.com/u/90627713?s=48&v=4' # TODO : Change this logo , it renderes horribly
features:
- navigation.tracking
- navigation.expand
- navigation.indexes
palette:
primary: 'blue'
accent: 'lightblue'
nav:
- index.md
- installation.md
- "Basic Usage":
- Basic-Usage/index.md
- Basic-Usage/quickstart.md
- Commands:
- Basic-Usage/Kubecfg-Commands/show.md
- Basic-Usage/Kubecfg-Commands/eval.md
- Basic-Usage/Kubecfg-Commands/update.md
- Basic-Usage/Kubecfg-Commands/delete.md
- Basic-Usage/Kubecfg-Commands/diff.md
- Basic-Usage/Kubecfg-Commands/validate.md
- "Advanced Usage":
- Advanced-Usage/index.md
- "Helm Integration": Advanced-Usage/helm-integration.md
- "Metacontroller Integration": Advanced-Usage/metacontroller-integration.md
- "OCI Support": Advanced-Usage/OCI-support.md
- "Provenance and Tracing": Advanced-Usage/provenance-traceback.md
- "JSON schema validation": Advanced-Usage/schema-validation.md
#extra_css:
# - 'css/extra.css'
#extra_javascript:
# - js/extra.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/kubecfg/kubecfg
markdown_extensions:
- admonition
- codehilite:
css_class: code
use_pygments: false
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format