mirror of https://github.com/status-im/consul.git
Added links to new containers guide to navbar and index pages
This commit is contained in:
parent
9c7cde36da
commit
d4fb271a3d
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue