mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 07:33:32 -06:00
4c0bda5386
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
20 lines
675 B
JSON
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" }
|
|
]
|
|
}
|
|
]
|