typhoon/mkdocs.yml

82 lines
2.3 KiB
YAML
Raw Normal View History

2018-04-24 04:55:28 +02:00
site_name: 'Typhoon'
site_description: 'A minimal and free Kubernetes distribution'
2018-04-24 04:55:28 +02:00
site_author: 'Dalton Hubble'
repo_name: 'poseidon/typhoon'
repo_url: 'https://github.com/poseidon/typhoon'
2018-01-06 19:39:00 +01:00
theme:
name: 'material'
feature:
tabs: 'true'
palette:
primary: 'blue'
2018-04-24 06:36:20 +02:00
accent: 'pink'
logo: 'img/spin.png'
2018-01-06 19:39:00 +01:00
favicon: 'img/favicon.ico'
font:
text: 'Roboto Slab'
code: 'Roboto Mono'
2018-04-24 04:55:28 +02:00
extra:
social:
- type: 'github'
link: 'https://github.com/poseidon'
- type: 'twitter'
link: 'https://twitter.com/typhoon8s'
markdown_extensions:
- admonition
- codehilite
- footnotes
2018-10-07 19:26:55 +02:00
- toc:
permalink: true
- pymdownx.arithmatex
2018-10-07 19:26:55 +02:00
- 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
2018-10-07 19:26:55 +02:00
- 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'
- 'DigitalOcean': 'architecture/digitalocean.md'
- 'Google Cloud': 'architecture/google-cloud.md'
- 'Fedora CoreOS':
- 'AWS': 'fedora-coreos/aws.md'
- 'Bare-Metal': 'fedora-coreos/bare-metal.md'
- 'Digital Ocean': 'fedora-coreos/digitalocean.md'
- 'Google Cloud': 'fedora-coreos/google-cloud.md'
- 'Container Linux':
2018-04-24 04:55:28 +02:00
- 'AWS': 'cl/aws.md'
2018-08-27 08:39:41 +02:00
- 'Azure': 'cl/azure.md'
2018-04-24 04:55:28 +02:00
- 'Bare-Metal': 'cl/bare-metal.md'
- 'Digital Ocean': 'cl/digital-ocean.md'
- 'Google Cloud': 'cl/google-cloud.md'
- 'Topics':
- 'Maintenance': 'topics/maintenance.md'
2017-10-16 11:17:35 +02:00
- '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'
2018-04-24 04:55:28 +02:00
- 'Addons':
- 'Overview': 'addons/overview.md'
- 'Nginx Ingress': 'addons/ingress.md'
- 'Prometheus': 'addons/prometheus.md'
- 'Grafana': 'addons/grafana.md'