doc: structural review
- user-guide review. - add DataDog and StatD configuration. - sync sample.toml and doc. - split entry points doc. - Deprecated.
This commit is contained in:
parent
24862402e5
commit
7c2ba62b56
32 changed files with 848 additions and 695 deletions
47
mkdocs.yml
47
mkdocs.yml
|
@ -45,30 +45,29 @@ extra_css:
|
|||
pages:
|
||||
- Getting Started: index.md
|
||||
- Basics: basics.md
|
||||
- Configration:
|
||||
- 'traefik.toml': 'configuration/toml.md'
|
||||
- Configuration:
|
||||
- 'Commons': 'configuration/commons.md'
|
||||
- 'Let''s Encrypt': 'configuration/acme.md'
|
||||
- Backends:
|
||||
- 'API backend': 'backends/api.md'
|
||||
- 'BoltDB backend': 'backends/boltdb.md'
|
||||
- 'Consul backend': 'backends/consul.md'
|
||||
- 'Docker backend': 'backends/docker.md'
|
||||
- 'DynamoDB backend': 'backends/dynamodb.md'
|
||||
- 'ECS backend': 'backends/ecs.md'
|
||||
- 'Etcd backend': 'backends/etcd.md'
|
||||
- 'Eureka backend': 'backends/eureka.md'
|
||||
- 'File backend': 'backends/file.md'
|
||||
- 'Kubernetes Ingress backend': 'backends/kubernetes.md'
|
||||
- 'Marathon backend': 'backends/marathon.md'
|
||||
- 'Rancher backend': 'backends/rancher.md'
|
||||
- 'Zookeeper backend': 'backends/zookeeper.md'
|
||||
- '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'
|
||||
- User Guide:
|
||||
- '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'
|
||||
- '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'
|
||||
- Benchmarks: benchmarks.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue