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