updating NIA use case page

This commit is contained in:
pcmccarron 2020-10-07 14:23:33 -07:00 committed by Brandon Romano
parent 713c50ef7b
commit d3f74c4227
6 changed files with 52 additions and 5 deletions

BIN
website/pages/use-cases/img/ConsulACI.png (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -18,13 +18,53 @@ export default function NetworkInfrastructureAutomationPage() {
{
text: 'Learn More',
url:
'https://learn.hashicorp.com/consul?track=integrations#integrations',
'https://learn.hashicorp.com/collections/consul/integrations',
type: 'outbound',
},
],
}}
image={{
url: require('./img/dynamic-load-balancing.svg?url'),
url: require('./img/DynamicLoadBalancing.svg?url'),
}}
/>
<TextSplitWithImage
textSplit={{
heading: 'Automated Firewalling',
content:
'Use Consul-Terraform-Sync to dynamically configure and apply firewall rules for newly added services.',
textSide: 'left',
links: [
{
text: 'Learn More',
url:
'/docs/nia',
type: 'outbound',
},
],
}}
image={{
url: require('./img/DynamicFirewalling.svg?url'),
}}
/>
<TextSplitWithImage
textSplit={{
heading: 'Health Checks Visibility',
content:
'Consul enables operators to gain real-time insights into the service definitions, health, and location of applications supported by the network.',
textSide: 'right',
links: [
{
text: 'Learn More',
url:
'https://www.hashicorp.com/integrations?product=consul&type=sdn',
type: 'outbound',
},
],
}}
image={{
url: require('./img/ConsulACI.svg?url'),
}}
/>
@ -37,13 +77,13 @@ export default function NetworkInfrastructureAutomationPage() {
links: [
{
text: 'Read More',
url: '/docs/partnerships',
url: '/docs/nia-integrations',
type: 'inbound',
},
],
}}
image={{
url: require('./img/extend-through-ecosystem.svg?url'),
url: require('./img/NIA_logo_grid.svg?url'),
}}
/>
@ -78,7 +118,7 @@ export default function NetworkInfrastructureAutomationPage() {
{
text: 'Learn More',
url:
'https://learn.hashicorp.com/consul?track=integrations#integrations',
'/docs/nia',
type: 'outbound',
},
],