opentofu/website/data/internals-nav-data.json

57 lines
1.2 KiB
JSON
Raw Normal View History

2021-12-21 16:52:51 -06:00
[
{ "heading": "OpenTofu Internals" },
{
"title": "Overview",
"path": "internals/index"
},
2021-12-21 16:52:51 -06:00
{
"title": "Credentials Helpers",
"path": "internals/credentials-helpers"
2021-12-21 16:52:51 -06:00
},
{
"title": "Debugging OpenTofu",
"path": "internals/debugging"
2021-12-21 16:52:51 -06:00
},
{
"title": "Module Registry Protocol",
"path": "internals/module-registry-protocol"
2021-12-21 16:52:51 -06:00
},
{
"title": "Provider Network Mirror Protocol",
"path": "internals/provider-network-mirror-protocol"
2021-12-21 16:52:51 -06:00
},
{
"title": "Provider Registry Protocol",
"path": "internals/provider-registry-protocol"
2021-12-21 16:52:51 -06:00
},
{
"title": "Resource Graph",
"path": "internals/graph"
2021-12-21 16:52:51 -06:00
},
{
"title": "Login Protocol",
"path": "internals/login-protocol"
2021-12-21 16:52:51 -06:00
},
{
"title": "JSON Output Format",
"path": "internals/json-format"
2021-12-21 16:52:51 -06:00
},
{
"title": "Remote Service Discovery",
"path": "internals/remote-service-discovery"
2021-12-21 16:52:51 -06:00
},
{
"title": "Provider Metadata",
"path": "internals/provider-meta"
2021-12-21 16:52:51 -06:00
},
{
"title": "Functions Metadata",
"path": "internals/functions-meta"
},
2021-12-21 16:52:51 -06:00
{
"title": "Machine Readable UI",
"path": "internals/machine-readable-ui",
2021-12-21 16:52:51 -06:00
"hidden": true
}
2021-12-21 16:52:51 -06:00
]