packer-cn/website/data/intro-nav-data.json
Geoffrey Grosenbach 4ae26a13b1 Fix links to Learn (#11014)
Some links to introductory tutorials were incorrect after some URLs changed. This fixes the links and the redirects.
2021-05-13 12:16:47 -04:00

36 lines
690 B
JSON

[
{
"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"
}
]
}
]