mirror of https://github.com/status-im/consul.git
Optimize use case diagrams to SVGs
This commit is contained in:
parent
7567188cc0
commit
dd9de6a584
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 60 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 8.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.8 KiB |
|
@ -142,8 +142,8 @@ export default function HomePage() {
|
|||
description:
|
||||
'Enable services to locate other services running in any environment and provide real-time health status.',
|
||||
image: {
|
||||
url: require('./img/use-cases/service-discovery-and-health-checks.png?url'),
|
||||
format: 'png',
|
||||
url: require('./img/use-cases/service-discovery-and-health-checking.svg?url'),
|
||||
format: 'svg',
|
||||
},
|
||||
link: {
|
||||
title: 'Learn more',
|
||||
|
@ -155,8 +155,8 @@ export default function HomePage() {
|
|||
description:
|
||||
'Reduce burden of manual, ticket-based networking tasks.',
|
||||
image: {
|
||||
url: require('./img/use-cases/network-middleware-automation.png?url'),
|
||||
format: 'png',
|
||||
url: require('./img/use-cases/network-middleware-automation.svg?url'),
|
||||
format: 'svg',
|
||||
},
|
||||
link: {
|
||||
title: 'Learn more',
|
||||
|
@ -168,8 +168,8 @@ export default function HomePage() {
|
|||
description:
|
||||
'Secure, modern application networking across any cloud or runtime.',
|
||||
image: {
|
||||
url: require('./img/use-cases/multi-platform-service-mesh.png?url'),
|
||||
format: 'png',
|
||||
url: require('./img/use-cases/multi-platform-service-mesh.svg?url'),
|
||||
format: 'svg',
|
||||
},
|
||||
link: {
|
||||
title: 'Learn more',
|
||||
|
|
Loading…
Reference in New Issue