mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
site_name: metal
|
|
theme: alabaster
|
|
docs_dir: Documentation
|
|
markdown_extensions:
|
|
- smarty
|
|
- toc:
|
|
permalink: "¶"
|
|
- sane_lists
|
|
- tables
|
|
extra:
|
|
include_toc: yes
|
|
show_powered_by: false
|
|
extra_nav_links:
|
|
Github: https://github.com/coreos/matchbox
|
|
pages:
|
|
- Home: 'index.md'
|
|
- Tutorials:
|
|
- 'matchbox with rkt': 'getting-started-rkt.md'
|
|
- 'matchbox with docker': 'getting-started-docker.md'
|
|
- Guides:
|
|
- 'Network Setup': 'network-setup.md'
|
|
- 'Machine Lifecycle': 'machine-lifecycle.md'
|
|
- 'Background: PXE Booting': 'network-booting.md'
|
|
- Installation: 'deployment.md'
|
|
- matchbox Service: 'matchbox.md'
|
|
- Machine Configs:
|
|
- 'Ignition': 'ignition.md'
|
|
- 'Cloud-Config': 'cloud-config.md'
|
|
- Configuration: 'config.md'
|
|
- HTTP API: 'api.md'
|
|
- Signing: 'openpgp.md'
|
|
- Troubleshooting: 'troubleshooting.md'
|
|
- Example Clusters:
|
|
- Kubernetes (static): 'kubernetes.md'
|
|
- rktnetes (static): 'rktnetes.md'
|
|
- Self-hosted Kubernetes: 'bootkube.md'
|
|
- Upgrading Kubernetes: 'bootkube-upgrades.md'
|