Skip to content

Commit

Permalink
Update Vagrant Cloud content to HCP Vagrant Registry (#2628)
Browse files Browse the repository at this point in the history
* update vagrant cloud content to hcp vagrant

* update docs home page, no mention of hcp vagrant

* revert extraneous files

* Apply suggestions from code review

Co-authored-by: kaitlincart <[email protected]>

---------

Co-authored-by: kaitlincart <[email protected]>
  • Loading branch information
im2nguyen and kaitlincart authored Nov 19, 2024
1 parent f4bba5e commit ce40b10
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const TRY_CLOUD_ITEM_PRODUCT_SLUGS = [
enum TRY_CLOUD_PRODUCT_LINKS {
default = 'https://portal.cloud.hashicorp.com/sign-up',
terraform = 'https://app.terraform.io/public/signup/account',
vagrant = 'https://app.vagrantup.com/boxes/search',
vagrant = 'https://portal.cloud.hashicorp.com/vagrant/discover',
}

/**
Expand Down
6 changes: 3 additions & 3 deletions src/components/try-hcp-callout/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ export const tryHcpCalloutContent: Record<
'https://www.datocms-assets.com/2885/1721073685-devdot-try-hcp-callout-ui-mock-vault.svg',
},
vagrant: {
heading: 'Vagrant Cloud',
heading: 'HCP Vagrant Registry',
description:
'Virtual boxes for Linux, Laravel and any development environment',
ctaText: 'Try Vagrant Cloud for free',
ctaUrl: 'https://app.vagrantup.com/boxes/search',
ctaText: 'Try HCP Vagrant Registry for free',
ctaUrl: 'https://portal.cloud.hashicorp.com/vagrant/discover',
image:
'https://www.datocms-assets.com/2885/1721073683-devdot-try-hcp-callout-ui-mock-vagrant.svg',
},
Expand Down
20 changes: 10 additions & 10 deletions src/content/vagrant/docs-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@
},
{
"type": "card-grid",
"title": "Vagrant Cloud",
"description": "Vagrant Cloud serves a public, searchable index of Vagrant boxes.",
"title": "HCP Vagrant Registry",
"description": "HCP Vagrant Registry serves a public, searchable index of Vagrant boxes.",
"cards": [
{
"description": "Use the public catalog to find boxes that contain the technologies you need for your Vagrant environment.",
"description": "Store and version your Vagrant boxes in HCP Vagrant Registry.",
"title": "Catalog",
"url": "/vagrant/vagrant-cloud/boxes/catalog"
"url": "/hcp/docs/vagrant"
},
{
"description": "Create your boxes with Packer, the Vagrant Cloud web interface, or the API.",
"title": "Creation",
"url": "/vagrant/vagrant-cloud/boxes/create"
"description": "Configure HCP Vagrant Registry permissions.",
"title": "Configure permissions",
"url": "/hcp/docs/vagrant/permissions"
},
{
"description": "Version and track the lifecycle of your boxes to make updates and fixes more efficiently.",
"title": "Lifecycle",
"url": "/vagrant/vagrant-cloud/boxes/lifecycle"
"description": "Reclaim registries from Vagrant Cloud.",
"title": "Reclaim registries",
"url": "/hcp/docs/vagrant/reclaim-vagrant-cloud"
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions src/content/vagrant/install-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
]
},
"sidecarHcpCallout": {
"heading": "Vagrant Cloud",
"heading": "HCP Vagrant Registry",
"description": "Virtual boxes for Linux, Laravel and any development environment",
"ctaText": "Try Vagrant Cloud for free",
"ctaUrl": "https://app.vagrantup.com/boxes/search"
"ctaText": "Try HCP Vagrant Registry for free",
"ctaUrl": "https://portal.cloud.hashicorp.com/vagrant/discover"
}
}
6 changes: 3 additions & 3 deletions src/content/vagrant/install-vmware-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
]
},
"sidecarHcpCallout": {
"heading": "Vagrant Cloud",
"heading": "HCP Vagrant Registry",
"description": "Virtual boxes for Linux, Laravel and any development environment",
"ctaText": "Try Vagrant Cloud for free",
"ctaUrl": "https://app.vagrantup.com/boxes/search"
"ctaText": "Try HCP Vagrant Registry for free",
"ctaUrl": "https://portal.cloud.hashicorp.com/vagrant/discover"
}
}
11 changes: 0 additions & 11 deletions src/content/vagrant/product-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@
]
},
"blocks": [
{
"type": "callout",
"heading": "Use HCP Login for Vagrant Cloud",
"body": "Create a new HCP account or link your existing one to Vagrant Cloud.",
"ctas": [
{
"text": "Learn More",
"url": "https://discuss.hashicorp.com/t/adding-hcp-login-for-vagrant-cloud/48025"
}
]
},
{
"type": "heading",
"heading": "Fundamentals",
Expand Down

0 comments on commit ce40b10

Please sign in to comment.