From 13166df619f9ccdf1ed5b6b772be8ff25c846dbd Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Mon, 11 Mar 2019 16:49:45 +0000 Subject: [PATCH] website: move docs/index.html to docs/cli-index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Terraform is way bigger than the core CLI tools and the language now, and the docs have grown accordingly. So we're adding a global index page to help users get around the many sections of the docs site, and bumping the CLI/core docs down so they're no longer at the top of the hierarchy. The "right" (as in, conceptually pure) way to do this would be to actually create a new level of directory hierarchy in between. But that would be real expensive and annoying — the amount of 301s and links to edit would be monumental, and it wouldn't gain us much beyond a certain picture-straightening satisfaction, so I'm resisting the temptation. --- website/docs/{index.html.markdown => cli-index.html.md} | 0 website/layouts/backend-types.erb | 2 +- website/layouts/commands-providers.erb | 2 +- website/layouts/commands-state.erb | 2 +- website/layouts/commands-workspace.erb | 2 +- website/layouts/docs.erb | 2 +- website/layouts/functions.erb | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) rename website/docs/{index.html.markdown => cli-index.html.md} (100%) diff --git a/website/docs/index.html.markdown b/website/docs/cli-index.html.md similarity index 100% rename from website/docs/index.html.markdown rename to website/docs/cli-index.html.md diff --git a/website/layouts/backend-types.erb b/website/layouts/backend-types.erb index da9012516..0a0484d04 100644 --- a/website/layouts/backend-types.erb +++ b/website/layouts/backend-types.erb @@ -1,6 +1,6 @@ <% wrap_layout :inner do %> <% content_for :sidebar do %> -

Terraform CLI

+

Terraform CLI