Added links to new containers guide to navbar and index pages

This commit is contained in:
Preetha Appan 2017-08-01 11:48:25 -05:00
parent b5fc169e2c
commit bde197e161
2 changed files with 5 additions and 0 deletions

View File

@ -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. * [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 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 * [DNS Forwarding](/docs/guides/forwarding.html) - Forward DNS queries from Bind to Consul

View File

@ -227,6 +227,9 @@
<li<%= sidebar_current("docs-guides-bootstrapping") %>> <li<%= sidebar_current("docs-guides-bootstrapping") %>>
<a href="/docs/guides/bootstrapping.html">Bootstrapping</a> <a href="/docs/guides/bootstrapping.html">Bootstrapping</a>
</li> </li>
<li<%= sidebar_current("docs-guides-consul-containers") %>>
<a href="/docs/guides/consul-containers.html">Running Consul in Containers</a>
</li>
<li<%= sidebar_current("docs-guides-dns-cache") %>> <li<%= sidebar_current("docs-guides-dns-cache") %>>
<a href="/docs/guides/dns-cache.html">DNS Caching</a> <a href="/docs/guides/dns-cache.html">DNS Caching</a>
</li> </li>