2016-05-06 10:33:14 +00:00
|
|
|
|
site_name: Træfɪk
|
|
|
|
|
site_description: Træfɪk Documentation
|
2016-03-22 16:25:57 +00:00
|
|
|
|
site_author: containo.us
|
|
|
|
|
site_url: https://docs.traefik.io
|
|
|
|
|
|
|
|
|
|
repo_name: 'GitHub'
|
|
|
|
|
repo_url: 'https://github.com/containous/traefik'
|
|
|
|
|
|
|
|
|
|
# Documentation and theme
|
|
|
|
|
docs_dir: 'docs'
|
|
|
|
|
theme: united
|
|
|
|
|
# theme: readthedocs
|
|
|
|
|
# theme: 'material'
|
|
|
|
|
# theme: bootstrap
|
|
|
|
|
|
|
|
|
|
site_favicon: 'img/traefik.icon.png'
|
|
|
|
|
|
|
|
|
|
# Copyright
|
2016-05-06 10:34:30 +00:00
|
|
|
|
copyright: "Copyright © 2016 Containous SAS"
|
2016-03-22 16:25:57 +00:00
|
|
|
|
|
|
|
|
|
# Options
|
|
|
|
|
extra:
|
|
|
|
|
# version: 0.2.2
|
|
|
|
|
logo: img/traefik.logo.png
|
|
|
|
|
# author:
|
|
|
|
|
# twitter: traefikproxy
|
|
|
|
|
palette:
|
|
|
|
|
primary: 'blue'
|
|
|
|
|
accent: 'light blue'
|
|
|
|
|
i18n:
|
|
|
|
|
prev: 'Previous'
|
|
|
|
|
next: 'Next'
|
|
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
# - codehilite(css_class=code)
|
|
|
|
|
- admonition
|
|
|
|
|
# - toc:
|
|
|
|
|
# permalink: '##'
|
|
|
|
|
# - fenced_code
|
|
|
|
|
|
|
|
|
|
extra_css:
|
|
|
|
|
- css/traefik.css
|
|
|
|
|
|
|
|
|
|
# Page tree
|
|
|
|
|
pages:
|
|
|
|
|
- Getting Started: index.md
|
|
|
|
|
- Basics: basics.md
|
|
|
|
|
- traefik.toml: toml.md
|
2016-04-15 14:27:40 +00:00
|
|
|
|
- User Guide:
|
|
|
|
|
- 'Configuration examples': 'user-guide/examples.md'
|
|
|
|
|
- 'Swarm cluster': 'user-guide/swarm.md'
|
2016-05-06 10:34:30 +00:00
|
|
|
|
- 'Kubernetes': 'user-guide/kubernetes.md'
|
2016-07-11 15:32:28 +00:00
|
|
|
|
- 'Key-value store configuration': 'user-guide/kv-config.md'
|
2016-09-29 11:49:12 +00:00
|
|
|
|
- 'Clustering/HA': 'user-guide/cluster.md'
|