Commit e26d802f authored by Laura Pacilio's avatar Laura Pacilio
Browse files

backport of commit 2e4b417e

parent 819418a9
Showing with 15 additions and 56 deletions
+15 -56
...@@ -428,59 +428,6 @@ ...@@ -428,59 +428,6 @@
{ "title": "0.13upgrade", "path": "commands/0.13upgrade" } { "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", "title": "Installation",
"hidden": true, "hidden": true,
...@@ -494,5 +441,8 @@ ...@@ -494,5 +441,8 @@
"path": "install/yum" "path": "install/yum"
} }
] ]
} },
{ "divider": true },
{ "title": "Terraform Internals", "href": "/internals" },
{ "divider": true }
] ]
[ [
{ "heading": "Terraform Internals" },
{ {
"title": "Credentials Helpers", "title": "Credentials Helpers",
"path": "credentials-helpers" "path": "credentials-helpers"
...@@ -52,5 +53,10 @@ ...@@ -52,5 +53,10 @@
"title": "Archiving", "title": "Archiving",
"path": "archiving", "path": "archiving",
"hidden": true "hidden": true
} },
{ "divider": true },
{ "title": "Terraform CLI", "href": "/cli" },
{ "divider": true },
{ "title": "Configuration Language", "href": "/language" },
{ "divider": true }
] ]
...@@ -1219,5 +1219,8 @@ ...@@ -1219,5 +1219,8 @@
"path": "configuration-0-11/environment-variables" "path": "configuration-0-11/environment-variables"
} }
] ]
} },
{ "divider": true },
{ "title": "Terraform Internals", "href": "/internals" },
{ "divider": true }
] ]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment