traefik/mkdocs.yml

100 lines
3 KiB
YAML
Raw Normal View History

2018-10-17 14:24:04 +00:00
site_name: Traefik
site_description: Traefik Documentation
site_author: containo.us
site_url: https://docs.traefik.io
2017-10-11 12:46:03 +00:00
dev_addr: 0.0.0.0:8000
repo_name: 'GitHub'
repo_url: 'https://github.com/containous/traefik'
docs_dir: 'docs'
2017-09-11 17:10:04 +00:00
theme:
name: 'material'
custom_dir: 'docs/theme'
language: en
include_sidebar: true
favicon: img/traefik.icon.png
logo: img/traefik.logo.png
2017-08-28 12:33:07 +00:00
palette:
primary: 'cyan'
accent: 'cyan'
feature:
tabs: false
i18n:
prev: 'Previous'
2017-08-28 12:33:07 +00:00
next: 'Next'
2019-01-08 15:22:04 +00:00
copyright: "Copyright © 2016-2019 Containous"
google_analytics:
- 'UA-51880359-3'
- 'docs.traefik.io'
# Options
2017-09-05 13:58:03 +00:00
# Comment because the call of the CDN is very slow.
#extra:
2017-09-05 13:58:03 +00: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 15:04:04 +00:00
# link: 'https://slack.traefik.io'
2017-09-05 13:58:03 +00:00
# - type: 'twitter'
# link: 'https://twitter.com/traefik'
2017-09-05 13:58:03 +00:00
2017-08-28 12:33:07 +00:00
extra_css:
2017-09-11 17:10:04 +00:00
- theme/styles/extra.css
- theme/styles/atom-one-light.css
2017-08-28 12:33:07 +00:00
extra_javascript:
2017-09-05 13:58:03 +00:00
- theme/js/hljs/highlight.pack.js
- theme/js/extra.js
2017-08-28 12:33:07 +00:00
markdown_extensions:
- admonition
- toc:
permalink: true
2017-08-28 12:33:07 +00:00
# Page tree
pages:
- Getting Started: index.md
- Basics: basics.md
- Configuration:
- 'Commons': 'configuration/commons.md'
2018-03-14 13:12:04 +00:00
- 'Logs': 'configuration/logs.md'
2017-09-05 13:58:03 +00:00
- 'EntryPoints': 'configuration/entrypoints.md'
2017-08-25 19:32:33 +00:00
- 'Let''s Encrypt': 'configuration/acme.md'
- 'API / Dashboard': 'configuration/api.md'
- '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'
- 'Ping': 'configuration/ping.md'
- 'Metrics': 'configuration/metrics.md'
- 'Tracing': 'configuration/tracing.md'
2017-09-05 13:58:03 +00:00
- User Guides:
- 'Configuration Examples': 'user-guide/examples.md'
- 'Swarm Mode Cluster': 'user-guide/swarm-mode.md'
2017-09-11 17:10:04 +00:00
- 'Swarm Cluster': 'user-guide/swarm.md'
- 'Let''s Encrypt & Docker': 'user-guide/docker-and-lets-encrypt.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'
2017-09-16 08:56:02 +00:00
- 'gRPC Example': 'user-guide/grpc.md'
- 'Traefik cluster example with Swarm': 'user-guide/cluster-docker-consul.md'