-
-
Notifications
You must be signed in to change notification settings - Fork 284
/
mkdocs.yml
63 lines (62 loc) · 1.61 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
site_name: matchbox
site_description: Network boot and provision bare-metal clusters
site_author: Dalton Hubble
copyright: Poseidon Laboratories
repo_name: poseidon/matchbox
repo_url: https://github.com/poseidon/matchbox
theme:
name: material
icon:
repo: fontawesome/brands/github-alt
palette:
primary: red
accent: orange
font:
text: Roboto Slab
code: Roboto Mono
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/poseidon
- icon: fontawesome/brands/twitter
link: https://twitter.com/typhoon8s
nav:
- Home: 'index.md'
- 'Matchbox':
- 'Concepts': 'matchbox.md'
- 'Ignition': 'ignition.md'
- 'Cloud-Config': 'cloud-config.md'
- 'HTTP API': 'api-http.md'
- 'gRPC API': 'api-grpc.md'
- 'OpenPGP Signing': 'openpgp.md'
- 'Tutorials':
- 'getting-started.md'
- 'getting-started-docker.md'
- 'Network Boot Environment': 'network-booting.md'
- 'Machine Lifecycle': 'machine-lifecycle.md'
- 'Install':
- 'Network Setup': 'network-setup.md'
- 'Deployment': 'deployment.md'
- 'Configuration': 'config.md'
- 'Troubleshooting': 'troubleshooting.md'
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