-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
77 lines (72 loc) · 1.97 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
66
67
68
69
70
71
72
73
74
75
76
77
site_name: Azimuth Operator Documentation
repo_url: https://github.com/azimuth-cloud/azimuth-config
copyright: Copyright © StackHPC 2022
edit_uri: ''
nav:
- Home: index.md
- try.md
- best-practice.md
- environments.md
- Repository:
- repository/index.md
- repository/secrets.md
- repository/opentofu.md
- Configuration:
- configuration/index.md
- configuration/01-prerequisites.md
- configuration/02-deployment-method.md
- configuration/03-kubernetes-config.md
- configuration/04-target-cloud.md
- configuration/05-secret-key.md
- configuration/06-ingress.md
- configuration/07-platform-identity.md
- configuration/08-zenith.md
- configuration/09-community-images.md
- configuration/10-kubernetes-clusters.md
- configuration/11-kubernetes-apps.md
- configuration/12-caas.md
- configuration/13-access-control.md
- configuration/14-monitoring.md
- configuration/15-disaster-recovery.md
- configuration/16-local-customisations.md
- Deployment:
- deployment/index.md
- deployment/automation.md
- deployment/testing.md
- Debugging:
- debugging/index.md
- debugging/access-k3s.md
- debugging/access-ha.md
- debugging/access-monitoring.md
- debugging/zenith-services.md
- debugging/consul.md
- debugging/kubernetes.md
- debugging/caas.md
- Developing:
- developing/index.md
theme:
name: material
logo: assets/azimuth-logo-white.png
favicon: assets/azimuth-logo-blue.png
features:
- navigation.tracking
- navigation.indexes
- navigation.top
extra_css:
- assets/extra.css
markdown_extensions:
- tables
- admonition
- attr_list
- def_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
toc_depth: 3
plugins:
- git-revision-date-localized:
enable_creation_date: true
- search