forked from k0sproject/k0s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
101 lines (98 loc) · 3.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
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
site_name: Documentation
site_description: Documentation for k0s, the Zero friction Kubernetes distribution.
site_author: Mirantis, Inc.
site_url: https://docs.k0sproject.io
docs_dir: docs/
repo_name: GitHub
repo_url: https://github.com/k0sproject/k0s
copyright: Copyright © 2021 <a href="https://mirantis.com/">Mirantis Inc.</a>
- All rights reserved.
edit_uri: ""
nav:
- Overview: README.md
- Install:
- Getting Started: install.md
- Installing with k0sctl: k0sctl-install.md
- Alternative Install Methods:
- Manual Install: k0s-multi-node.md
- Docker: k0s-in-docker.md
- Windows (experimental): experimental-windows.md
- Raspberry Pi 4: raspberry-pi4.md
- Ansible Playbook: examples/ansible-playbook.md
- Airgap installation: airgap-install.md
- Extensions:
- Manifest Bundles: manifests.md
- Helm Charts: helm-charts.md
- Examples:
- Installing the Traefik Ingress Controller: examples/traefik-ingress.md
- Installing the Ambassador Gateway: examples/ambassador-ingress.md
- Architecture:
- Overview: architecture.md
- Networking: networking.md
- System Requirements: system-requirements.md
- Configuration:
- Configuration Options: configuration.md
- Worker Node Configuration: worker-node-config.md
- Containerd Configuration: containerd_config.md
- Using a Custom CRI: custom-cri-runtime.md
- Using Cloud Providers: cloud-providers.md
- IPv4/IPv6 Dual-Stack Networking: dual-stack.md
- Control Plane High Availability: high-availability.md
- Shell Completion: shell-completion.md
- User Management: user-management.md
- Uninstall the k0s Cluster: k0s-reset.md
- FAQ: FAQ.md
- Troubleshooting: troubleshooting.md
- Contributing:
- Overview: contributors/overview.md
- Workflow: contributors/github_workflow.md
- Testing: contributors/testing.md
- Documentation: internal/publishing_docs_using_mkdocs.md
theme:
name: 'material'
highlightjs: true
language: 'en'
custom_dir: docs/custom_theme
favicon: https://github.com/k0sproject/k0sproject.github.io/blob/main/images/favicon/favicon.ico
logo: img/k0s_social.png
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
extra_css:
- stylesheets/extra.css
plugins:
- search
markdown_extensions:
- pymdownx.highlight: {}
- pymdownx.superfences: {}
- pymdownx.inlinehilite: {}
- toc:
permalink: "#"
toc_depth: 3
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/k0sproject/k0s
name: k0s on GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/k0sproject
name: k0s on Twitter
- icon: fontawesome/brands/slack
link: http://k8slens.slack.com/
name: k0s on Slack
- icon: fontawesome/solid/link
link: https://k0sproject.io/
name: k0s Website
version:
method: mike