opentofu/website/data/docs-nav-data.json
Kevin Wang f98cad3384
feat: pull over content for /docs (#30991)
* feat: pull over content for `/docs`

* chore: format json
2022-05-03 16:23:09 -04:00

18 lines
698 B
JSON

[
{ "title": "Intro to Terraform", "href": "/intro" },
{ "title": "Configuration Language", "href": "/language" },
{ "title": "Terraform CLI", "href": "/cli" },
{ "title": "Terraform Cloud", "href": "/cloud-docs" },
{ "title": "Terraform Enterprise", "href": "/enterprise" },
{ "title": "Provider Use", "href": "/language/providers" },
{ "title": "Plugin Development", "href": "/plugin" },
{ "title": "Registry Publishing", "href": "/registry" },
{
"title": "Integration Program",
"path": "partnerships"
},
{ "title": "Terraform Tools", "path": "terraform-tools" },
{ "title": "CDK for Terraform", "href": "/cdktf" },
{ "title": "Glossary", "path": "glossary" }
]