75 lines
2.1 KiB
YAML
75 lines
2.1 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
|
|
pages:
|
|
- Home: 'index.md'
|
|
- 'Announce': 'announce.md'
|
|
- 'Architecture':
|
|
- 'Concepts': 'architecture/concepts.md'
|
|
- 'Operating Systems': 'architecture/operating-systems.md'
|
|
- 'Container Linux':
|
|
- 'AWS': 'cl/aws.md'
|
|
- 'Bare-Metal': 'cl/bare-metal.md'
|
|
- 'Digital Ocean': 'cl/digital-ocean.md'
|
|
- 'Google Cloud': 'cl/google-cloud.md'
|
|
- 'Fedora Atomic':
|
|
- 'AWS': 'atomic/aws.md'
|
|
- 'Bare-Metal': 'atomic/bare-metal.md'
|
|
- 'Digital Ocean': 'atomic/digital-ocean.md'
|
|
- 'Google Cloud': 'atomic/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'
|
|
- 'CLUO': 'addons/cluo.md'
|
|
- 'Heapster': 'addons/heapster.md'
|
|
- 'Nginx Ingress': 'addons/ingress.md'
|
|
- 'Prometheus': 'addons/prometheus.md'
|
|
- 'Grafana': 'addons/grafana.md'
|