Skip to content

Commit

Permalink
Update HCP Consul to HCP Consul Dedicated (#2431)
Browse files Browse the repository at this point in the history
* Update HCP Consul to  HCP Consul Dedicated

* Update HCP Consul to HCP Consul dedicated - HCP callout card

* HCP Consul to HCP Consul Dedicated

* Update HCP Consult to HCP Consul Dedicated in search bar

* Update HCP Consul in individual tutorial and product landing json files to avoid merge conflicts
  • Loading branch information
heatlikeheatwave committed May 1, 2024
1 parent 8deef18 commit fc3b922
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const EXTRA_PAGES: Record<
consul: [
{
icon: <IconDocs16 />,
text: 'HCP Consul',
text: 'HCP Consul Dedicated',
url: '/hcp/docs/consul',
},
{
Expand Down Expand Up @@ -142,7 +142,7 @@ const EXTRA_PAGES: Record<
},
{
icon: <IconDocs16 />,
text: 'HCP Consul',
text: 'HCP Consul Dedicated',
url: '/hcp/docs/consul',
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/components/try-hcp-callout/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export const tryHcpCalloutContent: Record<
ctaUrl: 'https://portal.cloud.hashicorp.com/sign-up',
},
consul: {
heading: 'HCP Consul',
heading: 'HCP Consul Dedicated',
description: 'Discover and securely connect your applications',
ctaText: 'Try HCP Consul for free',
ctaText: 'Try HCP Consul Dedicated for free',
ctaUrl: 'https://portal.cloud.hashicorp.com/sign-up',
},
packer: {
Expand Down
4 changes: 2 additions & 2 deletions src/content/consul/install-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
]
},
"sidecarHcpCallout": {
"heading": "HCP Consul",
"heading": "HCP Consul Dedicated",
"description": "Discover and securely connect your applications",
"ctaText": "Try HCP Consul for free",
"ctaText": "Try HCP Consul Dedicated for free",
"ctaUrl": "https://portal.cloud.hashicorp.com/sign-up"
}
}
9 changes: 3 additions & 6 deletions src/content/consul/product-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"url": "/consul/docs/k8s"
},
{
"heading": "HCP Consul",
"body": "Deploy a managed HCP Consul cluster to quickly get started with Consul's full capabilities.",
"heading": "HCP Consul Dedicated",
"body": "Deploy a managed HCP Consul Dedicated cluster to quickly get started with Consul's full capabilities.",
"url": "/hcp/docs/consul"
}
]
Expand Down Expand Up @@ -87,10 +87,7 @@
},
{
"type": "collection_cards",
"collectionSlugs": [
"consul/certification",
"consul/certification-003"
]
"collectionSlugs": ["consul/certification", "consul/certification-003"]
}
]
}
2 changes: 1 addition & 1 deletion src/content/hcp/docs-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"iconName": "consul-color",
"name": "HCP Consul",
"name": "HCP Consul Dedicated",
"path": "docs/consul"
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/content/hcp/tutorials-sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]
},
{
"name": "HCP Consul",
"name": "HCP Consul Dedicated",
"items": [
{
"name": "Quickstart",
Expand Down Expand Up @@ -52,4 +52,4 @@
]
}
]
}
}

0 comments on commit fc3b922

Please sign in to comment.