mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #31240 from hashicorp/add-internals-to-sidebar
Add internals to the sidebar
This commit is contained in:
commit
cbf86e0181
@ -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 @@
|
|||||||
"path": "install/yum"
|
"path": "install/yum"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{ "divider": true },
|
||||||
|
{ "title": "Terraform Internals", "href": "/internals" },
|
||||||
|
{ "divider": true }
|
||||||
]
|
]
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[
|
[
|
||||||
|
{ "heading": "Terraform Internals" },
|
||||||
{
|
{
|
||||||
"title": "Credentials Helpers",
|
"title": "Credentials Helpers",
|
||||||
"path": "credentials-helpers"
|
"path": "credentials-helpers"
|
||||||
@ -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 }
|
||||||
]
|
]
|
||||||
|
@ -1214,5 +1214,8 @@
|
|||||||
"path": "configuration-0-11/environment-variables"
|
"path": "configuration-0-11/environment-variables"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{ "divider": true },
|
||||||
|
{ "title": "Terraform Internals", "href": "/internals" },
|
||||||
|
{ "divider": true }
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user