mirror of https://github.com/hashicorp/consul
a few more naming adjustments
parent
f9051298c8
commit
9977c1df80
|
@ -8,8 +8,8 @@ export default [
|
||||||
url: '/use-cases/service-discovery-and-health-checking',
|
url: '/use-cases/service-discovery-and-health-checking',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Network Middleware Automation',
|
text: 'Network Infrastructure Automation',
|
||||||
url: '/use-cases/network-middleware-automation',
|
url: '/use-cases/network-infrastructure-automation',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Multi-Platform Service Mesh',
|
text: 'Multi-Platform Service Mesh',
|
||||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
@ -157,7 +157,7 @@ export default function HomePage() {
|
||||||
description:
|
description:
|
||||||
'Reduce burden of manual, ticket-based networking tasks.',
|
'Reduce burden of manual, ticket-based networking tasks.',
|
||||||
image: {
|
image: {
|
||||||
url: require('./img/use-cases/network-middleware-automation.svg?url'),
|
url: require('./img/use-cases/network-infrastructure-automation.svg?url'),
|
||||||
format: 'svg',
|
format: 'svg',
|
||||||
},
|
},
|
||||||
link: {
|
link: {
|
||||||
|
|
Loading…
Reference in New Issue