From 2e4b417e3c3e194558fbf8ffa923c6801582b723 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:30:11 -0400 Subject: [PATCH] Add internals to the sidebar --- website/data/cli-nav-data.json | 58 ++-------------------------- website/data/internals-nav-data.json | 8 +++- website/data/language-nav-data.json | 5 ++- 3 files changed, 15 insertions(+), 56 deletions(-) diff --git a/website/data/cli-nav-data.json b/website/data/cli-nav-data.json index 391816d6d7..7309ffdafb 100644 --- a/website/data/cli-nav-data.json +++ b/website/data/cli-nav-data.json @@ -428,59 +428,6 @@ { "title": "0.13upgrade", "path": "commands/0.13upgrade" } ] }, - { - "title": "Internals", - "routes": [ - { - "title": "Overview", - "href": "/internals" - }, - { - "title": "Credentials Helpers", - "href": "/internals/credentials-helpers" - }, - { - "title": "Debugging Terraform", - "href": "/internals/debugging" - }, - { - "title": "Module Registry Protocol", - "href": "/internals/module-registry-protocol" - }, - { - "title": "Provider Network Mirror Protocol", - "href": "/internals/provider-network-mirror-protocol" - }, - { - "title": "Provider Registry Protocol", - "href": "/internals/provider-registry-protocol" - }, - { - "title": "Resource Graph", - "href": "/internals/graph" - }, - { - "title": "Resource Lifecycle", - "href": "/internals/lifecycle" - }, - { - "title": "Login Protocol", - "href": "/internals/login-protocol" - }, - { - "title": "JSON Output Format", - "href": "/internals/json-format" - }, - { - "title": "Remote Service Discovery", - "href": "/internals/remote-service-discovery" - }, - { - "title": "Provider Metadata", - "href": "/internals/provider-meta" - } - ] - }, { "title": "Installation", "hidden": true, @@ -494,5 +441,8 @@ "path": "install/yum" } ] - } + }, + { "divider": true }, + { "title": "Terraform Internals", "href": "/internals" }, + { "divider": true } ] diff --git a/website/data/internals-nav-data.json b/website/data/internals-nav-data.json index f3a38292a4..283682218f 100644 --- a/website/data/internals-nav-data.json +++ b/website/data/internals-nav-data.json @@ -1,4 +1,5 @@ [ + { "heading": "Terraform Internals" }, { "title": "Credentials Helpers", "path": "credentials-helpers" @@ -52,5 +53,10 @@ "title": "Archiving", "path": "archiving", "hidden": true - } + }, + { "divider": true }, + { "title": "Terraform CLI", "href": "/cli" }, + { "divider": true }, + { "title": "Configuration Language", "href": "/language" }, + { "divider": true } ] diff --git a/website/data/language-nav-data.json b/website/data/language-nav-data.json index b9564cd691..a0ec64131e 100644 --- a/website/data/language-nav-data.json +++ b/website/data/language-nav-data.json @@ -1214,5 +1214,8 @@ "path": "configuration-0-11/environment-variables" } ] - } + }, + { "divider": true }, + { "title": "Terraform Internals", "href": "/internals" }, + { "divider": true } ]