Files
matchbox/mkdocs.yml
2017-02-13 16:39:16 -08:00

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'