From 69f9d2d1e4e720b90442fa941e82a3fe168d8548 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Sun, 13 May 2018 17:01:54 -0700 Subject: [PATCH] website: Link from Configuration index to Resource page Since the index page is long, by the time the reader reaches the end of it the relevant portion if the navigation is unlikely to be visible. To compensate for this, we'll link to the first sub-section and thus give the user an opportunity to notice the navigation structure for the rest of the pages. --- website/docs/configuration/index.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/configuration/index.html.md b/website/docs/configuration/index.html.md index f420cc6ff9..2572377d22 100644 --- a/website/docs/configuration/index.html.md +++ b/website/docs/configuration/index.html.md @@ -131,3 +131,4 @@ resource "aws_subnet" "az" { For more information on the configuration elements shown here, use the site navigation to explore the Terraform language documentation sub-sections. +To start, see [_Resource Configuration_](./resources.html).