mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
* Refactor examples to boot provision minimal hosts with Fedora CoreOS or Flatcar Linux * Remove the etcd3 cluster example or other specific kinds of hosts * Update script get-fedora-coreos * Remove script get-coreos
64 lines
1.6 KiB
YAML
64 lines
1.6 KiB
YAML
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'
|
|
- 'Container Linux Config': 'container-linux-config.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
|
|
|