From f5b290b0930ba811ed7d36a31e26b712debe7bd4 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Tue, 3 Nov 2020 17:40:04 +0100 Subject: [PATCH] Add ECS menu to dynamic config reference --- docs/content/routing/providers/ecs.md | 2 +- docs/mkdocs.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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'