packer-cn/website/data/intro-nav-data.json
Zachary Shilton a906a1b426
docs: Enable docs from remote plugin (#10656)
* Add local components to build on new DocsPage functionality.

* Add new nav-data format, and placeholder remote-plugins config

* Bump to pre-release components and implement remote loading

- Migrates /docs to new DocsPage API, and adds remote plugin loading functionality
- Migrates /guides and /intro to new DocsPage API

* Remove now unused JS nav config

* Cut empty comment line
2021-03-03 10:13:50 -05:00

40 lines
784 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"
},
{
"title": "Next Steps",
"href": "/intro/getting-started/next"
}
]
}
]