2018-04-24 04:55:28 +02:00
|
|
|
site_name: 'Typhoon'
|
2020-02-02 00:10:40 +01:00
|
|
|
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'
|
2018-04-24 10:10:40 +02:00
|
|
|
feature:
|
2018-04-26 11:41:04 +02:00
|
|
|
tabs: 'true'
|
2017-08-07 03:27:45 +02:00
|
|
|
palette:
|
|
|
|
primary: 'blue'
|
2018-04-24 06:36:20 +02:00
|
|
|
accent: 'pink'
|
2017-08-07 03:27:45 +02:00
|
|
|
logo: 'img/spin.png'
|
2018-01-06 19:39:00 +01:00
|
|
|
favicon: 'img/favicon.ico'
|
2017-08-07 03:27:45 +02:00
|
|
|
font:
|
|
|
|
text: 'Roboto Slab'
|
|
|
|
code: 'Roboto Mono'
|
2018-04-24 04:55:28 +02:00
|
|
|
extra:
|
2017-08-07 03:27:45 +02:00
|
|
|
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
|
2017-08-07 03:27:45 +02:00
|
|
|
- pymdownx.arithmatex
|
2018-10-07 19:26:55 +02:00
|
|
|
- pymdownx.betterem:
|
|
|
|
smart_enable: all
|
2017-08-07 03:27:45 +02:00
|
|
|
- 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
|
2017-08-07 03:27:45 +02:00
|
|
|
- pymdownx.tilde
|
2018-10-07 19:57:16 +02:00
|
|
|
nav:
|
2017-08-07 03:27:45 +02:00
|
|
|
- Home: 'index.md'
|
2018-04-26 11:41:04 +02:00
|
|
|
- 'Announce': 'announce.md'
|
2018-04-24 10:10:40 +02:00
|
|
|
- 'Architecture':
|
2018-04-26 11:41:04 +02:00
|
|
|
- 'Concepts': 'architecture/concepts.md'
|
2018-04-24 10:10:40 +02:00
|
|
|
- 'Operating Systems': 'architecture/operating-systems.md'
|
2018-10-28 22:17:12 +01:00
|
|
|
- 'AWS': 'architecture/aws.md'
|
|
|
|
- 'Azure': 'architecture/azure.md'
|
|
|
|
- 'Bare-Metal': 'architecture/bare-metal.md'
|
|
|
|
- 'DigitalOcean': 'architecture/digitalocean.md'
|
|
|
|
- 'Google Cloud': 'architecture/google-cloud.md'
|
2020-03-25 08:31:18 +01:00
|
|
|
- 'Fedora CoreOS':
|
|
|
|
- 'AWS': 'fedora-coreos/aws.md'
|
|
|
|
- 'Bare-Metal': 'fedora-coreos/bare-metal.md'
|
|
|
|
- 'Google Cloud': 'fedora-coreos/google-cloud.md'
|
2020-02-02 00:10:40 +01:00
|
|
|
- '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'
|
2017-09-23 22:02:18 +02:00
|
|
|
- 'Topics':
|
2018-01-09 15:54:44 +01:00
|
|
|
- 'Maintenance': 'topics/maintenance.md'
|
2017-10-16 11:17:35 +02:00
|
|
|
- 'Hardware': 'topics/hardware.md'
|
2017-09-23 22:02:18 +02:00
|
|
|
- 'Security': 'topics/security.md'
|
2017-10-04 08:44:26 +02:00
|
|
|
- 'Performance': 'topics/performance.md'
|
2018-04-24 10:10:40 +02:00
|
|
|
- 'FAQ': 'topics/faq.md'
|
2017-08-07 03:27:45 +02:00
|
|
|
- 'Advanced':
|
2018-02-26 23:06:18 +01:00
|
|
|
- 'Overview': 'advanced/overview.md'
|
2017-08-07 03:27:45 +02:00
|
|
|
- 'Customization': 'advanced/customization.md'
|
2018-02-26 23:06:18 +01:00
|
|
|
- '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'
|