Skip to content

Commit

Permalink
Temp remove GS content from Vagrant to update Vagrant GS (#2677)
Browse files Browse the repository at this point in the history
* update links on vagrant landing page for gs refactor

* more related files that point to previous get started content

* Temp remove GS content from Vagrant to update Vagrant GS
  • Loading branch information
im2nguyen authored Jan 27, 2025
1 parent cbcf99c commit 608aba0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
5 changes: 1 addition & 4 deletions src/content/tutorials-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,7 @@
"text": "Explore other providers"
}
],
"featuredCollectionSlugs": [
"vagrant/getting-started",
"vagrant/networking-provisioning-operations"
]
"featuredCollectionSlugs": ["vagrant/networking-provisioning-operations"]
},
"waypoint": {
"featuredUseCases": [
Expand Down
5 changes: 0 additions & 5 deletions src/content/vagrant/install-vmware-landing.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"featuredTutorialsSlugs": [
"vagrant/getting-started-index",
"vagrant/getting-started-boxes",
"vagrant/getting-started-networking"
],
"doesNotHavePackageManagers": true,
"sidecarMarketingCard": {
"title": "About Vagrant",
Expand Down
37 changes: 1 addition & 36 deletions src/content/vagrant/product-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ctas": [
{
"text": "CLI Quick Start",
"url": "/vagrant/tutorials/getting-started"
"url": "/vagrant/tutorials/get-started"
}
]
},
Expand All @@ -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"
}
]
},
Expand All @@ -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.",
Expand Down
1 change: 0 additions & 1 deletion src/pages/tutorials/library.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const DEFAULT_SLUGS = [
'vault/why-use-vault',
'consul/get-started',
'nomad/get-started-install',
'vagrant/getting-started-index',
'packer/get-started-install-cli',
'boundary/getting-started-intro',
'waypoint/get-started-intro',
Expand Down

0 comments on commit 608aba0

Please sign in to comment.