-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
68 lines (65 loc) · 1.71 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
site_name: "kiOS: The Kubernetes OS"
theme:
name: material
features:
- navigation.tabs
- navigation.top
- navigation.footer
- navigation.indexes
- navigation.sections
palette:
primary: red
accent: red
icon:
logo: fontawesome/solid/ship
copyright: Copyright © 2021 - 2023 Emily Shepherd
repo_url: https://github.com/EmilyShepherd/kiOS
repo_name: kiOS
markdown_extensions:
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- def_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Overview:
- index.md
- versioning.md
- distributions.md
- Design Philosophy:
- design/containers.md
- design/init.md
- Setup:
- Quick Start:
- setup/quick-start/index.md
- Bare Metal:
- setup/quick-start/bare-metal/location.md
- setup/quick-start/bare-metal/node-configuration.md
- setup/quick-start/bare-metal/static-pods.md
- AWS:
- setup/quick-start/aws/index.md
- setup/quick-start/aws/migrate-from-eks.md
- setup/quick-start/aws/new-cluster.md
- Hardening kiOS:
- setup/hardening/image-signing.md
- setup/hardening/seccomp.md
- Reference:
- reference/logs.md
- reference/license.md
- Technical:
- technical/datapart.md
- technical/files.md
- technical/system-socket.md