diff --git a/website/_redirects b/website/_redirects index 794e5a884..96c861c7e 100644 --- a/website/_redirects +++ b/website/_redirects @@ -24,8 +24,18 @@ /docs/command-line/* /docs/commands/:splat 200 /docs/extend/* /docs/extending/:splat 200 -/intro/getting-started/install /intro/getting-started 301! -/intro/getting-started/install.html /intro/getting-started 301! +/intro/getting-started/install https://learn.hashicorp.com/packer/getting-started/install 301! +/intro/getting-started/install.html https://learn.hashicorp.com/packer/getting-started/install 301! +/intro/getting-started/build-image https://learn.hashicorp.com/packer/getting-started/build-image 301! +/intro/getting-started/build-image.html https://learn.hashicorp.com/packer/getting-started/build-image 301! +/intro/getting-started/provision https://learn.hashicorp.com/packer/getting-started/provision 301! +/intro/getting-started/provision.html https://learn.hashicorp.com/packer/getting-started/provision 301! +/intro/getting-started/parallel-builds https://learn.hashicorp.com/packer/getting-started/parallel-builds 301! +/intro/getting-started/parallel-builds.html https://learn.hashicorp.com/packer/getting-started/parallel-builds 301! +/intro/getting-started/vagrant https://learn.hashicorp.com/packer/getting-started/vagrant 301! +/intro/getting-started/vagrant.html https://learn.hashicorp.com/packer/getting-started/vagrant 301! +/intro/getting-started/next https://learn.hashicorp.com/packer/getting-started/next 301! +/intro/getting-started/next.html https://learn.hashicorp.com/packer/getting-started/next 301! /docs/basics/terminology /docs/terminology 301! /docs/basics/terminology.html /docs/terminology 301! diff --git a/website/data/intro-navigation.js b/website/data/intro-navigation.js index a34914772..cf39f135d 100644 --- a/website/data/intro-navigation.js +++ b/website/data/intro-navigation.js @@ -10,6 +10,32 @@ export default [ 'use-cases', { category: 'getting-started', - content: ['build-image', 'provision', 'parallel-builds', 'vagrant', 'next'] - } + name: 'Getting Started', + content: [ + { + 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', + }, + ], + }, ] diff --git a/website/pages/docs/install.mdx b/website/pages/docs/install.mdx index 7c499a3ae..fe80aaf13 100644 --- a/website/pages/docs/install.mdx +++ b/website/pages/docs/install.mdx @@ -10,4 +10,6 @@ sidebar_title: Installing Packer # Install Packer For detailed instructions on how to install Packer, see [this -page](/intro/getting-started/install) in our getting-started guide. +Getting Started guide][install]. + +[install]: https://learn.hashicorp.com/packer/getting-started/install 'Install Packer' diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 59524408f..5726b4501 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -11,7 +11,7 @@ export default function Homepage() {