From c19b12d8b0e2f41ae42966ff6ba3529436b42073 Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Fri, 5 Apr 2019 17:14:52 -0700 Subject: [PATCH] website: Update nav sidebar to take advantage of new terraform.io features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove all the calls to `sidebar_current()` — no longer need it for activating the current sections. - Default all data source and resource sub-sections to collapsed, since they can be opened dynamically now. (The guides section is small and important, so it can stay open if you'd like.) - Add the optional "Expand/collapse all" control, which is useful if you need to cmd-F the entire list of resources. Combined, these should make it a little easier to get around the AWS provider pages. --- website/aws.erb | 1608 ++++++++++++++++++++++++----------------------- 1 file changed, 805 insertions(+), 803 deletions(-) diff --git a/website/aws.erb b/website/aws.erb index 0a4235e9ea9..c1d9ec75308 100644 --- a/website/aws.erb +++ b/website/aws.erb @@ -1,732 +1,734 @@ <% wrap_layout :inner do %> <% content_for :sidebar do %>