site_name: Typhoon theme: material site_favicon: 'img/favicon.ico' repo_name: 'poseidon/typhoon' repo_url: 'https://github.com/poseidon/typhoon' extra: palette: primary: 'blue' accent: 'light blue' logo: 'img/spin.png' font: text: 'Roboto Slab' code: 'Roboto Mono' social: - type: 'github' link: 'https://github.com/poseidon' - type: 'twitter' link: 'https://twitter.com/typhoon8s' 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' - 'Bare-Metal': 'bare-metal.md' - 'Digital Ocean': 'digital-ocean.md' - 'Google Cloud': 'google-cloud.md' - 'Addons': - 'Overview': 'addons/overview.md' - 'Ingress Controller': 'addons/ingress.md' - 'Network Policy': 'addons/calico.md' - 'Heapster': 'addons/heapster.md' - 'Dashboard': 'addons/dashboard.md' - 'CLUO': 'addons/cluo.md' - 'FAQ': 'faq.md' - 'Advanced': - 'Customization': 'advanced/customization.md'