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

66 lines
1.3 KiB
JSON
Raw Normal View History

2021-12-21 16:52:51 -06:00
[
{ "heading": "OpenTF Internals" },
{
"title": "Overview",
"path": ""
},
2021-12-21 16:52:51 -06:00
{
"title": "Credentials Helpers",
"path": "credentials-helpers"
},
{
"title": "Debugging OpenTF",
2021-12-21 16:52:51 -06:00
"path": "debugging"
},
{
"title": "Module Registry Protocol",
"path": "module-registry-protocol"
},
{
"title": "Provider Network Mirror Protocol",
"path": "provider-network-mirror-protocol"
},
{
"title": "Provider Registry Protocol",
"path": "provider-registry-protocol"
},
{
"title": "Resource Graph",
"path": "graph"
},
{
"title": "Login Protocol",
"path": "login-protocol"
},
{
"title": "JSON Output Format",
"path": "json-format"
},
{
"title": "Remote Service Discovery",
"path": "remote-service-discovery"
},
{
"title": "Provider Metadata",
"path": "provider-meta"
},
{
"title": "Functions Metadata",
"path": "functions-meta"
},
2021-12-21 16:52:51 -06:00
{
"title": "Machine Readable UI",
"path": "machine-readable-ui",
"hidden": true
},
{
"title": "Archiving",
"path": "archiving",
"hidden": true
2022-06-13 16:30:11 -05:00
},
{ "divider": true },
{ "title": "OpenTF CLI", "href": "/cli" },
2022-06-13 16:30:11 -05:00
{ "divider": true },
{ "title": "Configuration Language", "href": "/language" }
2021-12-21 16:52:51 -06:00
]