From f84bf92f412d7b97da64c8aa188fb2117cfcb760 Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Wed, 22 Jan 2025 04:11:40 -0800 Subject: [PATCH 1/3] update links on vagrant landing page for gs refactor --- src/content/vagrant/product-landing.json | 37 +----------------------- 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/src/content/vagrant/product-landing.json b/src/content/vagrant/product-landing.json index 1ca2ee544d..392579b1fe 100644 --- a/src/content/vagrant/product-landing.json +++ b/src/content/vagrant/product-landing.json @@ -21,7 +21,7 @@ "ctas": [ { "text": "CLI Quick Start", - "url": "/vagrant/tutorials/getting-started" + "url": "/vagrant/tutorials/get-started" } ] }, @@ -40,40 +40,15 @@ "body": "The package format for Vagrant environments - create your own or use one from the public catalog.", "url": "/vagrant/docs/boxes" }, - { - "heading": "Install and Specify a Box", - "body": "Use a base image to quickly clone a virtual machine.", - "url": "/vagrant/tutorials/getting-started/getting-started-boxes" - } - ] - }, - { - "type": "linked_cards", - "cards": [ { "heading": "Vagrantfile", "body": "Describe your virtual machine's configuration and how to provision it.", "url": "/vagrant/docs/vagrantfile" }, - { - "heading": "Create a Vagrantfile", - "body": "Begin your Vagrant project by creating a Vagrantfile.", - "url": "/vagrant/tutorials/getting-started/getting-started-project-setup" - } - ] - }, - { - "type": "linked_cards", - "cards": [ { "heading": "vagrant up", "body": "Create and configure your virtual machine with the single most important Vagrant CLI command.", "url": "/vagrant/docs/cli/up" - }, - { - "heading": "Boot an Environment", - "body": "Start your virtual machine with vagrant up.", - "url": "/vagrant/tutorials/getting-started/getting-started-up" } ] }, @@ -91,16 +66,6 @@ "body": "Sync files from your host machine to the guest machine.", "url": "/vagrant/docs/synced-folders" }, - { - "heading": "Synchronize Your Files", - "body": "Vagrant automatically syncs files to and from the guest machine allowing you to edits files locally and run them in your virtual machine.", - "url": "/vagrant/tutorials/getting-started/getting-started-synced-folders" - } - ] - }, - { - "type": "linked_cards", - "cards": [ { "heading": "Networking", "body": "Access your virtual machines through the high-level networking set up by Vagrant.", From cee2d7405b96629e5ebeb0d22dcae8484d8a8bb3 Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Wed, 22 Jan 2025 04:14:07 -0800 Subject: [PATCH 2/3] more related files that point to previous get started content --- src/content/tutorials-landing.json | 2 +- src/content/vagrant/install-vmware-landing.json | 6 +++--- src/pages/tutorials/library.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/tutorials-landing.json b/src/content/tutorials-landing.json index 2756218fec..667d703966 100644 --- a/src/content/tutorials-landing.json +++ b/src/content/tutorials-landing.json @@ -155,7 +155,7 @@ } ], "featuredCollectionSlugs": [ - "vagrant/getting-started", + "vagrant/get-started", "vagrant/networking-provisioning-operations" ] }, diff --git a/src/content/vagrant/install-vmware-landing.json b/src/content/vagrant/install-vmware-landing.json index 7c4848b891..a684595b36 100644 --- a/src/content/vagrant/install-vmware-landing.json +++ b/src/content/vagrant/install-vmware-landing.json @@ -1,8 +1,8 @@ { "featuredTutorialsSlugs": [ - "vagrant/getting-started-index", - "vagrant/getting-started-boxes", - "vagrant/getting-started-networking" + "vagrant/development-environment", + "vagrant/setup-project", + "vagrant/provision" ], "doesNotHavePackageManagers": true, "sidecarMarketingCard": { diff --git a/src/pages/tutorials/library.tsx b/src/pages/tutorials/library.tsx index 0ca3f04a4e..b9c49e0e9b 100644 --- a/src/pages/tutorials/library.tsx +++ b/src/pages/tutorials/library.tsx @@ -35,7 +35,7 @@ const DEFAULT_SLUGS = [ 'vault/why-use-vault', 'consul/get-started', 'nomad/get-started-install', - 'vagrant/getting-started-index', + 'vagrant/development-environment', 'packer/get-started-install-cli', 'boundary/getting-started-intro', 'waypoint/get-started-intro', From 1685a4f85ae78387fe35f69729f6484ecb0984db Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Mon, 27 Jan 2025 23:33:53 -0800 Subject: [PATCH 3/3] trigger rebuild deployu