This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
72 lines (72 loc) · 2.02 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
site_name: 'Lokomotive'
site_description: 'A minimal and free Kubernetes distribution'
site_author: 'Kinvolk'
repo_name: 'kinvolk/lokomotive-kubernetes'
repo_url: 'https://github.com/kinvolk/lokomotive-kubernetes'
theme:
name: 'material'
feature:
tabs: 'true'
palette:
primary: 'blue'
accent: 'pink'
logo: 'img/spin.png'
favicon: 'img/favicon.ico'
font:
text: 'Roboto Slab'
code: 'Roboto Mono'
extra_css:
- 'stylesheets/lokomotive.css'
extra:
social:
- type: 'github'
link: 'https://github.com/kinvolk'
- type: 'twitter'
link: 'https://twitter.com/kinvolkio'
markdown_extensions:
- admonition
- codehilite
- footnotes
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: 'index.md'
- 'Announce': 'announce.md'
- 'Architecture':
- 'Concepts': 'architecture/concepts.md'
- 'Operating Systems': 'architecture/operating-systems.md'
- 'AWS': 'architecture/aws.md'
- 'Azure': 'architecture/azure.md'
- 'Bare-Metal': 'architecture/bare-metal.md'
- 'Google Cloud': 'architecture/google-cloud.md'
- 'Flatcar Container Linux':
- 'AWS': 'flatcar-linux/aws.md'
- 'Azure': 'flatcar-linux/azure.md'
- 'Bare-Metal': 'flatcar-linux/bare-metal.md'
- 'Google Cloud': 'flatcar-linux/google-cloud.md'
- 'Packet': 'flatcar-linux/packet.md'
- 'Topics':
- 'Maintenance': 'topics/maintenance.md'
- 'Hardware': 'topics/hardware.md'
- 'Security': 'topics/security.md'
- 'Performance': 'topics/performance.md'
- 'FAQ': 'topics/faq.md'
- 'Advanced':
- 'Overview': 'advanced/overview.md'
- 'Customization': 'advanced/customization.md'
- 'Worker Pools': 'advanced/worker-pools.md'