opentofu/website/data/intro-nav-data.json
Julien Levasseur 4c0bda5386
Rename website to OpenTofu (#516)
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com>
Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
2023-09-21 10:57:47 +01:00

20 lines
675 B
JSON

[
{ "heading": "Introduction to OpenTofu" },
{ "title": "What is OpenTofu?", "path": "intro/index" },
{ "title": "Use Cases", "path": "intro/use-cases" },
{ "title": "The Core OpenTofu Workflow", "path": "intro/core-workflow" },
{
"title": "OpenTofu 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" }
]
}
]