You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/data/intro-nav-data.json

36 lines
690 B

[
{
"title": "Why Use Packer?",
"path": "why"
},
{
"title": "Use Cases",
"path": "use-cases"
},
{
"title": "Getting Started",
"routes": [
{
"title": "Install",
"href": "/intro/getting-started/install"
},
{
"title": "Build An Image",
"href": "/intro/getting-started/build-image"
},
{
"title": "Provision",
"href": "/intro/getting-started/provision"
},
{
"title": "Parallel Builds",
"href": "/intro/getting-started/parallel-builds"
},
{
"title": "Vagrant Boxes",
"href": "/intro/getting-started/vagrant"
}
]
}
]