2018-10-17 17:24:04 +03:00
site_name : Traefik
site_description : Traefik Documentation
2016-03-22 19:25:57 +03:00
site_author : containo.us
site_url : https://docs.traefik.io
2017-10-11 15:46:03 +03:00
dev_addr : 0.0 .0 .0 : 8000
2016-03-22 19:25:57 +03:00
repo_name : 'GitHub'
repo_url : 'https://github.com/containous/traefik'
docs_dir : 'docs'
2017-09-11 20:10:04 +03:00
2018-01-02 13:28:02 +03:00
theme :
name : 'material'
custom_dir : 'docs/theme'
language : en
include_sidebar : true
favicon : img/traefik.icon.png
2016-03-22 19:25:57 +03:00
logo : img/traefik.logo.png
2017-08-28 15:33:07 +03:00
palette :
primary : 'cyan'
accent : 'cyan'
feature :
tabs : false
2016-03-22 19:25:57 +03:00
i18n :
prev : 'Previous'
2017-08-28 15:33:07 +03:00
next : 'Next'
2018-01-02 13:28:02 +03:00
copyright : "Copyright © 2016-2018 Containous SAS"
google_analytics :
- 'UA-51880359-3'
- 'docs.traefik.io'
# Options
2017-09-05 16:58:03 +03:00
# Comment because the call of the CDN is very slow.
2018-01-02 13:28:02 +03:00
#extra:
2017-09-05 16:58:03 +03:00
# social:
# - type: 'github'
# link: 'https://github.com/containous/traefik'
# - type: 'stack-overflow'
# link: 'https://stackoverflow.com/questions/tagged/traefik'
# - type: 'slack'
2018-06-12 18:04:04 +03:00
# link: 'https://slack.traefik.io'
2017-09-05 16:58:03 +03:00
# - type: 'twitter'
2018-08-23 11:44:03 +03:00
# link: 'https://twitter.com/traefik'
2017-09-05 16:58:03 +03:00
2017-08-28 15:33:07 +03:00
extra_css :
2017-09-11 20:10:04 +03:00
- theme/styles/extra.css
- theme/styles/atom-one-light.css
2017-08-28 15:33:07 +03:00
extra_javascript :
2017-09-05 16:58:03 +03:00
- theme/js/hljs/highlight.pack.js
- theme/js/extra.js
2017-08-28 15:33:07 +03:00
2016-03-22 19:25:57 +03:00
markdown_extensions :
- admonition
2018-01-02 13:28:02 +03:00
- toc :
permalink : true
2017-08-28 15:33:07 +03:00
2016-03-22 19:25:57 +03:00
# Page tree
pages :
- Getting Started : index.md
- Basics : basics.md
2017-08-26 13:12:44 +03:00
- Configuration :
- 'Commons' : 'configuration/commons.md'
2018-03-14 16:12:04 +03:00
- 'Logs' : 'configuration/logs.md'
2017-09-05 16:58:03 +03:00
- 'EntryPoints' : 'configuration/entrypoints.md'
2017-08-25 22:32:33 +03:00
- 'Let''s Encrypt' : 'configuration/acme.md'
2017-11-09 18:12:04 +03:00
- 'API / Dashboard' : 'configuration/api.md'
2018-05-16 20:48:03 +03:00
- 'BoltDB' : 'configuration/backends/boltdb.md'
- 'Consul' : 'configuration/backends/consul.md'
- 'Consul Catalog' : 'configuration/backends/consulcatalog.md'
- 'Docker' : 'configuration/backends/docker.md'
- 'DynamoDB' : 'configuration/backends/dynamodb.md'
- 'ECS' : 'configuration/backends/ecs.md'
- 'Etcd' : 'configuration/backends/etcd.md'
- 'Eureka' : 'configuration/backends/eureka.md'
- 'File' : 'configuration/backends/file.md'
- 'Kubernetes Ingress' : 'configuration/backends/kubernetes.md'
- 'Marathon' : 'configuration/backends/marathon.md'
- 'Mesos' : 'configuration/backends/mesos.md'
- 'Rancher' : 'configuration/backends/rancher.md'
- 'Rest' : 'configuration/backends/rest.md'
- 'Azure Service Fabric' : 'configuration/backends/servicefabric.md'
- 'Zookeeper' : 'configuration/backends/zookeeper.md'
2017-11-09 18:12:04 +03:00
- 'Ping' : 'configuration/ping.md'
- 'Metrics' : 'configuration/metrics.md'
2018-01-17 15:14:03 +03:00
- 'Tracing' : 'configuration/tracing.md'
2017-09-05 16:58:03 +03:00
- User Guides :
2017-08-26 13:12:44 +03:00
- 'Configuration Examples' : 'user-guide/examples.md'
- 'Swarm Mode Cluster' : 'user-guide/swarm-mode.md'
2017-09-11 20:10:04 +03:00
- 'Swarm Cluster' : 'user-guide/swarm.md'
- 'Let''s Encrypt & Docker' : 'user-guide/docker-and-lets-encrypt.md'
2017-08-26 13:12:44 +03:00
- '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'
2017-09-16 11:56:02 +03:00
- 'gRPC Example' : 'user-guide/grpc.md'
2018-01-07 17:54:03 +03:00
- 'Traefik cluster example with Swarm' : 'user-guide/cluster-docker-consul.md'