2017-08-07 03:27:45 +02:00
|
|
|
site_name: Typhoon
|
2018-01-06 19:39:00 +01:00
|
|
|
theme:
|
|
|
|
name: 'material'
|
2017-08-07 03:27:45 +02:00
|
|
|
palette:
|
|
|
|
primary: 'blue'
|
|
|
|
accent: 'light blue'
|
|
|
|
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'
|
|
|
|
social:
|
|
|
|
- type: 'github'
|
|
|
|
link: 'https://github.com/poseidon'
|
|
|
|
- type: 'twitter'
|
|
|
|
link: 'https://twitter.com/typhoon8s'
|
2018-01-06 19:39:00 +01:00
|
|
|
repo_name: 'poseidon/typhoon'
|
|
|
|
repo_url: 'https://github.com/poseidon/typhoon'
|
2017-08-07 03:27:45 +02:00
|
|
|
google_analytics:
|
|
|
|
- 'UA-38995133-6'
|
|
|
|
- 'auto'
|
|
|
|
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'
|
|
|
|
- 'Concepts': 'concepts.md'
|
2017-09-18 07:50:55 +02:00
|
|
|
- 'AWS': 'aws.md'
|
2017-08-07 03:27:45 +02:00
|
|
|
- 'Bare-Metal': 'bare-metal.md'
|
|
|
|
- 'Digital Ocean': 'digital-ocean.md'
|
|
|
|
- 'Google Cloud': 'google-cloud.md'
|
|
|
|
- 'Addons':
|
|
|
|
- 'Overview': 'addons/overview.md'
|
2017-10-23 02:00:41 +02:00
|
|
|
- 'CLUO': 'addons/cluo.md'
|
2017-08-07 03:27:45 +02:00
|
|
|
- 'Heapster': 'addons/heapster.md'
|
2017-10-23 02:00:41 +02:00
|
|
|
- 'Nginx Ingress': 'addons/ingress.md'
|
|
|
|
- 'Prometheus': 'addons/prometheus.md'
|
2017-08-07 03:27:45 +02:00
|
|
|
- 'Dashboard': 'addons/dashboard.md'
|
2017-09-23 22:02:18 +02:00
|
|
|
- 'Topics':
|
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'
|
2017-08-07 03:27:45 +02:00
|
|
|
- 'FAQ': 'faq.md'
|
|
|
|
- 'Advanced':
|
|
|
|
- 'Customization': 'advanced/customization.md'
|