forked from k0rdent/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
145 lines (135 loc) · 4.69 KB
/
mkdocs.yml
File metadata and controls
145 lines (135 loc) · 4.69 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
site_name: Documentation
site_description: Documentation for k0rdent.
site_author: Mirantis, Inc.
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/k0rdent/kcm
copyright:
Copyright © 2025 The k0rdent authors | Documentation distributed under <a href="https://creativecommons.org/licenses/by/4.0/legalcode.txt">CC-BY-4.0</a>.
theme:
name: "material"
highlightjs: true
language: "en"
custom_dir: docs/custom_theme
favicon: img/favicon-32x32.png
logo: img/k0rdent-logo-horizontal-inverted.svg
palette:
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- toc.autohide
- search.suggest
- search.highlight
- content.code.copy
extra_css:
- stylesheets/extra.css
plugins:
- search
- ezglossary:
section_config:
- name: demo
inline_refs: short
- macros:
j2_variable_start_string: "{{{"
j2_variable_end_string: "}}}"
- exclude:
glob:
- "*.etag"
- Dockerfile.serve-dev
- Makefile*
- requirements_pip.txt
- requirements.txt
nav:
- Welcome to the k0rdent docs: index.md
- k0rdent concepts:
- Why k0rdent?: why-k0rdent.md
- k0rdent architecture: k0rdent-architecture.md
- QuickStarts:
- Guide to Quickstarts: guide-to-quickstarts.md
- Set up Management Node and Cluster: quickstart-1-mgmt-node-and-cluster.md
- Configure and Deploy to AWS: quickstart-2-aws.md
- Configure and Deploy to Azure: quickstart-2-azure.md
- Administrator Guide:
- Before you start: admin-before.md
- Installing k0rdent: admin-installation.md
- Prepare k0rdent to create child clusters on multiple providers: admin-prepare.md
- Creating standalone clusters: admin-creating-clusters.md
- Adopting clusters: admin-adopting-clusters.md
- Hosted control planes: admin-hosted-control-planes.md
- Troubleshooting AWS VPCs: admin-troubleshooting-aws-vpcs.md
- Using and creating service templates: admin-service-templates.md
- Creating multi-cluster services: admin-create-multiclusterservice.md
- k0rdent Observability & FinOps: admin-kof.md
- Upgrading k0rdent: admin-upgrading-k0rdent.md
- k0rdent credentials management: admin-credentials.md
- k0rdent Role Based Access Control (RBAC): admin-rbac.md
- Backing up k0rdent: admin-backup.md
- User Guide:
- Creating clusters as a k0rdent user: user-create-cluster.md
- Creating and adding services to clusters as a k0rdent user: user-create-service.md
- Enabling drift detection: user-enable-drift-detection.md
- k0rdent Templates Reference:
- Introduction to k0rdent templates: template-intro.md
- Removing predefined templates: template-predefined.md
- Bring-your-own (BYO) templates: template-byo.md
- Templates for Amazon Web Services: template-aws.md
- Templates for Azure: template-azure.md
- Templates for OpenStack: template-openstack.md
- Templates for vSphere: template-vsphere.md
- Known Issues:
- EKS: known-issues-eks.md
- Reference:
- Glossary: glossary.md
- Appendix:
- Extended management configuration: appendix-extend-mgmt.md
- Understanding the dry run: appendix-dryrun.md
- Cloud provider credentials management in CAPI: appendix-providers.md
- Contributing:
- k0rdent documentation contributor's guide: k0rdent-documentation-contributors-guide.md
- k0rdent documentation style guide: k0rdent-documentation-style-guide.md
markdown_extensions:
- callouts
- tables
- pymdownx.details
- pymdownx.highlight: {}
- pymdownx.superfences: {}
- pymdownx.inlinehilite: {}
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: "#"
toc_depth: 3
- def_list
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/k0rdent/kcm
name: k0rdent on GitHub
- icon: fontawesome/brands/x-twitter
link: https://x.com/k0rdent
name: k0rdent on X
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/k0rdent.bsky.social
name: k0rdent on BlueSky
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UChXQ6kbvjnAtdZAQpl7Fo4A
name: k0rdent on YouTube
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/k0rdent/
name: k0rdent on LinkedIn
version:
provider: mike
default: stable
docsVersionInfo:
k0rdentVersion: 0-1-0
k0rdentDotVersion: 0.1.0