Skip to content

Commit

Permalink
Add HCP Vagrant to the HCP docs landing page (#2583)
Browse files Browse the repository at this point in the history
add hcp vagrant to the hcp docs landing page
  • Loading branch information
im2nguyen authored Oct 9, 2024
1 parent dbd10fc commit 2274a10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/content/hcp/docs-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
"iconName": "waypoint-color",
"name": "HCP Waypoint",
"path": "docs/waypoint"
},
{
"iconName": "vagrant-color",
"name": "HCP Vagrant",
"path": "docs/vagrant"
}
],
"marketingContentBlocks": [
Expand All @@ -48,12 +53,12 @@
"url": "/hcp/docs/hcp"
},
{
"title": "Supported AWS Environments",
"title": "Supported AWS environments",
"description": "Regions in which HCP is accessible.",
"url": "/hcp/docs/hcp/supported-env/aws"
},
{
"title": "Supported Azure Environments",
"title": "Supported Azure environments",
"description": "Regions in which HCP is accessible.",
"url": "/hcp/docs/hcp/supported-env/azure"
},
Expand Down
2 changes: 2 additions & 0 deletions src/content/supported-icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import { IconTools16 } from '@hashicorp/flight-icons/svg-react/tools-16'
import { IconVault16 } from '@hashicorp/flight-icons/svg-react/vault-16'
import { IconVmware16 } from '@hashicorp/flight-icons/svg-react/vmware-16'
import { IconWaypointColor16 } from '@hashicorp/flight-icons/svg-react/waypoint-color-16'
import { IconVagrantColor16 } from '@hashicorp/flight-icons/svg-react/vagrant-color-16'
import { IconWrench16 } from '@hashicorp/flight-icons/svg-react/wrench-16'
import { IconVaultSecretsSquareColor16 } from '@hashicorp/flight-icons/svg-react/vault-secrets-square-color-16'
import { IconVaultRadarSquareColor16 } from '@hashicorp/flight-icons/svg-react/vault-radar-square-color-16'
Expand Down Expand Up @@ -89,5 +90,6 @@ export const SUPPORTED_ICONS = {
'vault-radar-color': <IconVaultRadarSquareColor16 />,
vmware: <IconVmware16 />,
'waypoint-color': <IconWaypointColor16 />,
'vagrant-color': <IconVagrantColor16 />,
wrench: <IconWrench16 />,
}

0 comments on commit 2274a10

Please sign in to comment.