2020-05-20 22:53:51 -07:00
|
|
|
site_name: Typhoon
|
|
|
|
site_description: A minimal and free Kubernetes distribution
|
|
|
|
site_author: Dalton Hubble
|
2020-10-14 20:45:49 -07:00
|
|
|
copyright: Poseidon Laboratories
|
2020-05-20 22:53:51 -07:00
|
|
|
repo_name: poseidon/typhoon
|
|
|
|
repo_url: https://github.com/poseidon/typhoon
|
2018-01-06 10:39:00 -08:00
|
|
|
theme:
|
2020-05-20 22:53:51 -07:00
|
|
|
name: material
|
2021-03-23 08:49:35 -07:00
|
|
|
custom_dir: 'theme'
|
2020-05-20 22:53:51 -07:00
|
|
|
features:
|
2020-10-02 01:14:12 -07:00
|
|
|
- navigation.tabs
|
|
|
|
- navigation.instant
|
2017-08-06 18:27:45 -07:00
|
|
|
logo: 'img/spin.png'
|
2018-01-06 10:39:00 -08:00
|
|
|
favicon: 'img/favicon.ico'
|
2020-05-20 22:53:51 -07:00
|
|
|
icon:
|
|
|
|
repo: fontawesome/brands/github-alt
|
|
|
|
palette:
|
|
|
|
primary: blue
|
|
|
|
accent: pink
|
2017-08-06 18:27:45 -07:00
|
|
|
font:
|
|
|
|
text: 'Roboto Slab'
|
|
|
|
code: 'Roboto Mono'
|
2018-04-23 19:55:28 -07:00
|
|
|
extra:
|
2017-08-06 18:27:45 -07:00
|
|
|
social:
|
2020-05-20 22:53:51 -07:00
|
|
|
- icon: fontawesome/brands/github-alt
|
|
|
|
link: https://github.com/poseidon
|
|
|
|
- icon: fontawesome/brands/twitter
|
|
|
|
link: https://twitter.com/typhoon8s
|
2017-08-06 18:27:45 -07:00
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- codehilite
|
|
|
|
- footnotes
|
2018-10-07 19:26:55 +02:00
|
|
|
- toc:
|
|
|
|
permalink: true
|
2017-08-06 18:27:45 -07:00
|
|
|
- pymdownx.arithmatex
|
2018-10-07 19:26:55 +02:00
|
|
|
- pymdownx.betterem:
|
|
|
|
smart_enable: all
|
2017-08-06 18:27:45 -07: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
|
2022-01-14 12:52:45 -08:00
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
2018-10-07 19:26:55 +02:00
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
2017-08-06 18:27:45 -07:00
|
|
|
- pymdownx.tilde
|
2018-10-07 19:57:16 +02:00
|
|
|
nav:
|
2017-08-06 18:27:45 -07:00
|
|
|
- Home: 'index.md'
|
2018-04-26 02:41:04 -07:00
|
|
|
- 'Announce': 'announce.md'
|
2018-04-24 01:10:40 -07:00
|
|
|
- 'Architecture':
|
2018-04-26 02:41:04 -07:00
|
|
|
- 'Concepts': 'architecture/concepts.md'
|
2018-04-24 01:10:40 -07:00
|
|
|
- 'Operating Systems': 'architecture/operating-systems.md'
|
2018-10-28 14:17:12 -07: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 00:31:18 -07:00
|
|
|
- 'Fedora CoreOS':
|
|
|
|
- 'AWS': 'fedora-coreos/aws.md'
|
2020-04-28 19:54:37 -07:00
|
|
|
- 'Azure': 'fedora-coreos/azure.md'
|
2020-03-25 00:31:18 -07:00
|
|
|
- 'Bare-Metal': 'fedora-coreos/bare-metal.md'
|
2020-06-16 18:23:27 -07:00
|
|
|
- 'DigitalOcean': 'fedora-coreos/digitalocean.md'
|
2020-03-25 00:31:18 -07:00
|
|
|
- 'Google Cloud': 'fedora-coreos/google-cloud.md'
|
2020-05-20 22:53:51 -07:00
|
|
|
- 'Flatcar Linux':
|
|
|
|
- 'AWS': 'flatcar-linux/aws.md'
|
|
|
|
- 'Azure': 'flatcar-linux/azure.md'
|
|
|
|
- 'Bare-Metal': 'flatcar-linux/bare-metal.md'
|
2020-06-16 18:23:27 -07:00
|
|
|
- 'DigitalOcean': 'flatcar-linux/digitalocean.md'
|
2020-05-20 22:53:51 -07:00
|
|
|
- 'Google Cloud': 'flatcar-linux/google-cloud.md'
|
2017-09-23 13:02:18 -07:00
|
|
|
- 'Topics':
|
2018-01-09 06:54:44 -08:00
|
|
|
- 'Maintenance': 'topics/maintenance.md'
|
2017-10-16 02:17:35 -07:00
|
|
|
- 'Hardware': 'topics/hardware.md'
|
2017-09-23 13:02:18 -07:00
|
|
|
- 'Security': 'topics/security.md'
|
2017-10-03 23:44:26 -07:00
|
|
|
- 'Performance': 'topics/performance.md'
|
2018-04-24 01:10:40 -07:00
|
|
|
- 'FAQ': 'topics/faq.md'
|
2017-08-06 18:27:45 -07:00
|
|
|
- 'Advanced':
|
2018-02-26 14:06:18 -08:00
|
|
|
- 'Overview': 'advanced/overview.md'
|
2020-11-08 10:51:42 -08:00
|
|
|
- 'ARM64': 'advanced/arm64.md'
|
2017-08-06 18:27:45 -07:00
|
|
|
- 'Customization': 'advanced/customization.md'
|
2021-04-11 12:08:56 -07:00
|
|
|
- 'Nodes': 'advanced/nodes.md'
|
2018-02-26 14:06:18 -08:00
|
|
|
- 'Worker Pools': 'advanced/worker-pools.md'
|
2018-04-23 19:55:28 -07:00
|
|
|
- 'Addons':
|
|
|
|
- 'Overview': 'addons/overview.md'
|
|
|
|
- 'Nginx Ingress': 'addons/ingress.md'
|
|
|
|
- 'Prometheus': 'addons/prometheus.md'
|
|
|
|
- 'Grafana': 'addons/grafana.md'
|
2020-08-27 23:25:44 -07:00
|
|
|
- 'fleetlock': 'addons/fleetlock.md'
|