Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Vagrant tutorial get started links to new collection #2676

Merged
merged 6 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/tutorials-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
}
],
"featuredCollectionSlugs": [
"vagrant/getting-started",
"vagrant/get-started",
"vagrant/networking-provisioning-operations"
]
},
Expand Down
6 changes: 3 additions & 3 deletions src/content/vagrant/install-vmware-landing.json
Original file line number Diff line number Diff line change
@@ -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": {
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
2 changes: 1 addition & 1 deletion src/pages/tutorials/library.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading