mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 00:41:27 -06:00
f98cad3384
* feat: pull over content for `/docs` * chore: format json
18 lines
698 B
JSON
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" }
|
|
]
|