2017-03-31 07:29:03 +03:00
site_name : Træfik
site_description : Træfik Documentation
2016-03-22 19:25:57 +03: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
2017-03-31 07:29:03 +03:00
copyright : "Copyright © 2016-2017 Containous SAS"
2016-03-22 19:25:57 +03: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
2017-08-26 13:12:44 +03:00
- Configuration :
- 'Commons' : 'configuration/commons.md'
2017-08-25 22:32:33 +03:00
- 'Let''s Encrypt' : 'configuration/acme.md'
2017-08-26 13:12:44 +03:00
- 'Web Backend' : 'configuration/backends/web.md'
- 'BoltDB Backend' : 'configuration/backends/boltdb.md'
- 'Consul Backend' : 'configuration/backends/consul.md'
- 'Docker Backend' : 'configuration/backends/docker.md'
- 'DynamoDB Backend' : 'configuration/backends/dynamodb.md'
- 'ECS Backend' : 'configuration/backends/ecs.md'
- 'Etcd Backend' : 'configuration/backends/etcd.md'
- 'Eureka Backend' : 'configuration/backends/eureka.md'
- 'File Backend' : 'configuration/backends/file.md'
- 'Kubernetes Ingress Backend' : 'configuration/backends/kubernetes.md'
- 'Marathon Backend' : 'configuration/backends/marathon.md'
- 'Rancher Backend' : 'configuration/backends/rancher.md'
- 'Zookeeper Backend' : 'configuration/backends/zookeeper.md'
2016-04-15 17:27:40 +03:00
- User Guide :
2017-08-26 13:12:44 +03:00
- 'Configuration Examples' : 'user-guide/examples.md'
- 'Swarm Cluster' : 'user-guide/swarm.md'
- 'Swarm Mode Cluster' : 'user-guide/swarm-mode.md'
- 'Kubernetes' : 'user-guide/kubernetes.md'
- 'Marathon' : 'user-guide/marathon.md'
- 'Key-value Store Configuration' : 'user-guide/kv-config.md'
- 'Clustering/HA' : 'user-guide/cluster.md'
- 'Getting Started with Docker & Lets Encrypt' : 'user-guide/getting-started-with-docker-and-lets-encrypt.md'
2017-01-09 17:12:11 +03:00
- Benchmarks : benchmarks.md