-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (66 loc) · 1.75 KB
/
Copy pathmkdocs.yml
File metadata and controls
71 lines (66 loc) · 1.75 KB
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
site_name: TOPF
site_url: https://postfinance.github.io/topf
repo_url: https://github.com/postfinance/topf
repo_name: postfinance/topf
plugins:
- search
- mike
extra:
version:
provider: mike
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
features:
- content.code.copy
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: brown
accent: brown
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: brown
accent: brown
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- Getting Started: getting-started.md
- Configuration: configuration.md
- Commands:
- Apply: commands/apply.md
- Upgrade: commands/upgrade.md
- Reset: commands/reset.md
- Render: commands/render.md
- Nodes: commands/nodes.md
- Clusterinfo: commands/clusterinfo.md
- Secrets: commands/secrets.md
- Kubeconfig: commands/kubeconfig.md
- Talosconfig: commands/talosconfig.md
- Configuration Model: configuration-model.md
- Dynamic Providers: providers.md
- Kubernetes Upgrade: kubernetes-upgrade.md
- Production Usage: production-usage.md
- Migration from talhelper: migration-from-talhelper.md
- Comparison with talhelper: comparison.md
- Alternatives: alternatives.md
- AI Skills: skills.md
- Contributing: contributing.md
markdown_extensions:
- mdx_truly_sane_lists
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list