github.com/hashicorp/packer@v1.14.3/website/data/guides-nav-data.json (about)

     1  [
     2    {
     3      "title": "Upgrade Your Plugin to use the Packer plugin sdk",
     4      "path": "1.7-plugin-upgrade"
     5    },
     6    {
     7      "title": "Upgrade Your Template to use Packer init",
     8      "path": "1.7-template-upgrade"
     9    },
    10    {
    11      "title": "HCL guides",
    12      "routes": [
    13        {
    14          "title": "Overview",
    15          "path": "hcl"
    16        },
    17        {
    18          "title": "Variables",
    19          "path": "hcl/variables"
    20        },
    21        {
    22          "title": "Upgrade Packer JSON Template to HCL2",
    23          "href": "https://learn.hashicorp.com/tutorials/packer/hcl2-upgrade"
    24        },
    25        {
    26          "title": "Making a plugin HCL2 enabled",
    27          "path": "hcl/component-object-spec"
    28        }
    29      ]
    30    },
    31    {
    32      "title": "Automatic OS Installs",
    33      "routes": [
    34        {
    35          "title": "Overview",
    36          "path": "automatic-operating-system-installs"
    37        },
    38        {
    39          "title": "Unattended Installation for Windows",
    40          "path": "automatic-operating-system-installs/autounattend_windows"
    41        },
    42        {
    43          "title": "Unattended Installation for Debian",
    44          "path": "automatic-operating-system-installs/preseed_ubuntu"
    45        }
    46      ]
    47    },
    48    {
    49      "title": "Build Immutable Infrastructure with Packer in CI/CD",
    50      "routes": [
    51        {
    52          "title": "Overview",
    53          "path": "packer-on-cicd"
    54        },
    55        {
    56          "title": "Build Images in CI/CD",
    57          "path": "packer-on-cicd/build-image-in-cicd"
    58        },
    59        {
    60          "title": "Build a VirtualBox Image with Packer in TeamCity",
    61          "path": "packer-on-cicd/build-virtualbox-image"
    62        },
    63        {
    64          "title": "Pipelineing Builds",
    65          "path": "packer-on-cicd/pipelineing-builds"
    66        },
    67        {
    68          "title": "Trigger Terraform Enterprise runs",
    69          "path": "packer-on-cicd/trigger-tfe"
    70        },
    71        {
    72          "title": "Upload a VirtualBox Image to S3",
    73          "path": "packer-on-cicd/upload-images-to-artifact"
    74        }
    75      ]
    76    }
    77  ]