github.com/pulumi/terraform@v1.4.0/website/data/internals-nav-data.json (about)

     1  [
     2    { "heading": "Terraform Internals" },
     3    {
     4      "title": "Overview", 
     5      "path": ""
     6     },
     7    {
     8      "title": "Credentials Helpers",
     9      "path": "credentials-helpers"
    10    },
    11    {
    12      "title": "Debugging Terraform",
    13      "path": "debugging"
    14    },
    15    {
    16      "title": "Module Registry Protocol",
    17      "path": "module-registry-protocol"
    18    },
    19    {
    20      "title": "Provider Network Mirror Protocol",
    21      "path": "provider-network-mirror-protocol"
    22    },
    23    {
    24      "title": "Provider Registry Protocol",
    25      "path": "provider-registry-protocol"
    26    },
    27    {
    28      "title": "Resource Graph",
    29      "path": "graph"
    30    },
    31    {
    32      "title": "Login Protocol",
    33      "path": "login-protocol"
    34    },
    35    {
    36      "title": "JSON Output Format",
    37      "path": "json-format"
    38    },
    39    {
    40      "title": "Remote Service Discovery",
    41      "path": "remote-service-discovery"
    42    },
    43    {
    44      "title": "Provider Metadata",
    45      "path": "provider-meta"
    46    },
    47    {
    48      "title": "Functions Metadata",
    49      "path": "functions-meta"
    50    },
    51    {
    52      "title": "Machine Readable UI",
    53      "path": "machine-readable-ui",
    54      "hidden": true
    55    },
    56    {
    57      "title": "Archiving",
    58      "path": "archiving",
    59      "hidden": true
    60    },
    61    { "divider": true },
    62    { "title": "Terraform CLI", "href": "/cli" },
    63    { "divider": true },
    64    { "title": "Configuration Language", "href": "/language" }
    65  ]