forked from digihunch/korthweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (38 loc) · 1.05 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
site_name: Orthanc on Kubernetes
repo_name: digihunch/korthweb
repo_url: https://github.com/digihunch/korthweb
strict: true
theme:
name: material
language: en
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: 'index.md'
- Infrastructure: 'infrastructure/index.md'
- 'Platform Tooling': 'tooling/index.md'
- Deployment:
- 'Overview': 'deployment/overview.md'
- 'GitOps Approach': 'deployment/gitops.md'
- 'Helm Approach': 'deployment/helm.md'
- 'Manual Approach': 'deployment/manual.md'
- Validation:
- 'Overview': 'validation/overview.md'
- 'GitOps Approach': 'validation/gitops.md'
- 'Helm Approach': 'validation/helm.md'
- 'Manual Approach': 'validation/manual.md'
- Security: 'security/index.md'
- Support: 'support/index.md'
plugins:
- search