From 72bc74001fcba903384d3411677019eda3c42eee Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 17 Jan 2018 13:14:03 +0100 Subject: [PATCH] Add Tracing entry in the documentation. --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 9befff6fa..0dd67ebe7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,6 +88,7 @@ pages: - 'API / Dashboard': 'configuration/api.md' - 'Ping': 'configuration/ping.md' - 'Metrics': 'configuration/metrics.md' + - 'Tracing': 'configuration/tracing.md' - User Guides: - 'Configuration Examples': 'user-guide/examples.md' - 'Swarm Mode Cluster': 'user-guide/swarm-mode.md'