diff --git a/docs/content/routing/providers/ecs.md b/docs/content/routing/providers/ecs.md index 23a6ae1a9..62feefa95 100644 --- a/docs/content/routing/providers/ecs.md +++ b/docs/content/routing/providers/ecs.md @@ -10,7 +10,7 @@ Attach labels to your containers and let Traefik do the rest! !!! info "labels" - labels are case insensitive. - - The complete list of labels can be found [the reference page](../../reference/dynamic-configuration/ecs.md) + - The complete list of labels can be found in [the reference page](../../reference/dynamic-configuration/ecs.md). ### General diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index e869b5583..294170787 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -191,6 +191,7 @@ nav: - 'Docker': 'reference/dynamic-configuration/docker.md' - 'Kubernetes CRD': 'reference/dynamic-configuration/kubernetes-crd.md' - 'Consul Catalog': 'reference/dynamic-configuration/consul-catalog.md' + - 'ECS': 'reference/dynamic-configuration/ecs.md' + - 'KV': 'reference/dynamic-configuration/kv.md' - 'Marathon': 'reference/dynamic-configuration/marathon.md' - 'Rancher': 'reference/dynamic-configuration/rancher.md' - - 'KV': 'reference/dynamic-configuration/kv.md'