Files
opentf/website/data/intro-nav-data.json
Tomas 20603b1f71 Update website/data (#204)
* Update `website/data`
* Remove
2023-08-29 10:01:45 +03:00

20 lines
671 B
JSON

[
{ "heading": "Introduction to OpenTF" },
{ "title": "What is OpenTF?", "path": "" },
{ "title": "Use Cases", "path": "use-cases" },
{ "title": "OpenTF Editions", "path": "terraform-editions" },
{ "title": "The Core OpenTF Workflow", "path": "core-workflow" },
{
"title": "OpenTF vs. Alternatives",
"routes": [
{ "title": "Overview", "path": "vs" },
{ "title": "Chef, Puppet, etc.", "path": "vs/chef-puppet" },
{
"title": "CloudFormation, Heat, etc.",
"path": "vs/cloudformation"
},
{ "title": "Boto, Fog, etc.", "path": "vs/boto" },
{ "title": "Custom Solutions", "path": "vs/custom" }
]
}
]