From bde197e16122ae40394291b13aa8e92714b34ebc Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Tue, 1 Aug 2017 11:48:25 -0500 Subject: [PATCH] Added links to new containers guide to navbar and index pages --- website/source/docs/guides/index.html.md | 2 ++ website/source/layouts/docs.erb | 3 +++ 2 files changed, 5 insertions(+) diff --git a/website/source/docs/guides/index.html.md b/website/source/docs/guides/index.html.md index eacc63e61..cc66cb3be 100644 --- a/website/source/docs/guides/index.html.md +++ b/website/source/docs/guides/index.html.md @@ -22,6 +22,8 @@ The following guides are available: * [Bootstrapping](/docs/guides/bootstrapping.html) - This guide covers bootstrapping a new datacenter. This covers safely adding the initial Consul servers. +* [Consul with Containers](/docs/guides/consul-containers.html) - This guide describes critical aspects of operating a Consul cluster that's run inside containers. + * [DNS Caching](/docs/guides/dns-cache.html) - Enabling TTLs for DNS query caching * [DNS Forwarding](/docs/guides/forwarding.html) - Forward DNS queries from Bind to Consul diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index ca181957f..7ce23d0cc 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -227,6 +227,9 @@ > Bootstrapping + > + Running Consul in Containers + > DNS Caching