From 988ca2a81b1f86386c48429cf57df435caeca66f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 25 Jul 2014 21:45:18 -0700 Subject: [PATCH] website: just create the guides index --- website/source/docs/guides/index.html.md | 11 ++++++++++ website/source/layouts/docs.erb | 28 ------------------------ 2 files changed, 11 insertions(+), 28 deletions(-) create mode 100644 website/source/docs/guides/index.html.md diff --git a/website/source/docs/guides/index.html.md b/website/source/docs/guides/index.html.md new file mode 100644 index 000000000..cf53dce36 --- /dev/null +++ b/website/source/docs/guides/index.html.md @@ -0,0 +1,11 @@ +--- +layout: "docs" +page_title: "Guides" +sidebar_current: "docs-guides" +--- + +# Terraform Guides + +This section of the Terraform documentation has guides for +specific tasks with Terraform. These guides are meant to document +how to use Terraform for very specific use cases that are common. diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index 22b63d664..03e934f00 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -125,34 +125,6 @@ > Adding/Removing Servers - - > - Bootstrapping - - - > - DNS Caching - - - > - DNS Forwarding - - - > - External Services - - - > - Leader Election - - - > - Multiple Datacenters - - - > - Outage Recovery - >