github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/website/data/intro-nav-data.json (about)

     1  [
     2    { "heading": "Introduction to Terraform" },
     3    { "title": "What is Terraform?", "path": "" },
     4    { "title": "Use Cases", "path": "use-cases" },
     5    {
     6      "title": "Get Started",
     7      "href": "https://learn.hashicorp.com/collections/terraform/aws-get-started?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
     8    },
     9    { "title": "Terraform Editions", "path": "terraform-editions" },
    10    { "title": "The Core Terraform Workflow", "path": "core-workflow" },
    11    {
    12      "title": "Terraform vs. Alternatives",
    13      "routes": [
    14        { "title": "Overview", "path": "vs" },
    15        { "title": "Chef, Puppet, etc.", "path": "vs/chef-puppet" },
    16        {
    17          "title": "CloudFormation, Heat, etc.",
    18          "path": "vs/cloudformation"
    19        },
    20        { "title": "Boto, Fog, etc.", "path": "vs/boto" },
    21        { "title": "Custom Solutions", "path": "vs/custom" }
    22      ]
    23    }
    24  ]