Files
opentf/website/data/intro-nav-data.json
James Humphries 531a6d2742 Remove links in documentation navigation files to documents that no longer exist
removed link to terraform-editions page that no longer exists
removed list page as its not usable
removed map page as its not usable

Signed-off-by: James Humphries <jamesh@spacelift.io>
2023-08-31 09:09:44 +01:00

20 lines
667 B
JSON

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