mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-25 07:09:34 +01:00
75fb4e5d11
* Stop providing example manifests for the Container Linux Update Operator (CLUO) * CLUO requires patches to support Kubernetes v1.16+, but the project and push access is rather unowned * CLUO hasn't been in active use in our clusters and won't be relevant beyond Container Linux. Not to say folks can't patch it and run it on their own. Examples just aren't provided here Related: https://github.com/coreos/container-linux-update-operator/pull/197
81 lines
2.3 KiB
YAML
81 lines
2.3 KiB
YAML
site_name: 'Typhoon'
|
|
site_description: 'A minimal and free Kubernetes distribution'
|
|
site_author: 'Dalton Hubble'
|
|
repo_name: 'poseidon/typhoon'
|
|
repo_url: 'https://github.com/poseidon/typhoon'
|
|
theme:
|
|
name: 'material'
|
|
feature:
|
|
tabs: 'true'
|
|
palette:
|
|
primary: 'blue'
|
|
accent: 'pink'
|
|
logo: 'img/spin.png'
|
|
favicon: 'img/favicon.ico'
|
|
font:
|
|
text: 'Roboto Slab'
|
|
code: 'Roboto Mono'
|
|
extra:
|
|
social:
|
|
- type: 'github'
|
|
link: 'https://github.com/poseidon'
|
|
- type: 'twitter'
|
|
link: 'https://twitter.com/typhoon8s'
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- footnotes
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.arithmatex
|
|
- 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
|
|
- 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'
|
|
- 'Container Linux':
|
|
- 'AWS': 'cl/aws.md'
|
|
- 'Azure': 'cl/azure.md'
|
|
- 'Bare-Metal': 'cl/bare-metal.md'
|
|
- 'Digital Ocean': 'cl/digital-ocean.md'
|
|
- 'Google Cloud': 'cl/google-cloud.md'
|
|
- 'Fedora CoreOS':
|
|
- 'AWS': 'fedora-coreos/aws.md'
|
|
- 'Bare-Metal': 'fedora-coreos/bare-metal.md'
|
|
- 'Google Cloud': 'fedora-coreos/google-cloud.md'
|
|
- 'Topics':
|
|
- 'Maintenance': 'topics/maintenance.md'
|
|
- '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'
|
|
- 'Addons':
|
|
- 'Overview': 'addons/overview.md'
|
|
- 'Nginx Ingress': 'addons/ingress.md'
|
|
- 'Prometheus': 'addons/prometheus.md'
|
|
- 'Grafana': 'addons/grafana.md'
|