Updating NMA use case to reflect new name
Recently changed Network Middleware Automation use case to Network Infrastructure Automation, adding changes to the site to reflect this.
This commit is contained in:
parent
681124eaff
commit
4ad6c0ab02
|
@ -1,11 +1,11 @@
|
|||
import UseCaseLayout from '../../layouts/use-cases'
|
||||
import TextSplitWithImage from '@hashicorp/react-text-split-with-image'
|
||||
|
||||
export default function NetworkMiddlewareAutomationPage() {
|
||||
export default function NetworkInfrastructureAutomationPage() {
|
||||
return (
|
||||
<UseCaseLayout
|
||||
title="Network Middleware Automation"
|
||||
description="Reduce the time to deploy applications and eliminate manual processes by automating complex networking tasks. Enable operators to easily deploy, manage and optimize network middleware."
|
||||
title="Network Infrastructure Automation"
|
||||
description="Reduce the time to deploy applications and eliminate manual processes by automating complex networking tasks. Enable operators to easily deploy, manage and optimize network infrastructure."
|
||||
guideLink="https://learn.hashicorp.com/consul?track=integrations"
|
||||
>
|
||||
<TextSplitWithImage
|
||||
|
|
Loading…
Reference in New Issue