Skip to content

Commit f42cf6c

Browse files
committed
Fix: Update description and headings in Meshery management section
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 12d93b0 commit f42cf6c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-the-cloud-native-value-measurement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ thumbnail: ../../../../assets/images/meshmark/stacked/meshmark-dark-full.webp
77
darkthumbnail: ../../../../assets/images/meshmark/stacked/meshmark-dark-full.webp
88
category: "Press Release"
99
presskit: "/press/kits/MeshMark-press-kit.zip"
10-
description: "Layer5, a provider of cloud native management software, announced today the general availability of the Meshery Docker Extension. Complementing Docker Desktop's role as the go-to Kubernetes environment for cloud native developers, the Meshery Docker Extension provides easy access to the next layer of cloud native infrastructure: service meshes. As an inaugural Docker Extensions Partner and a maker of industry-defining, cloud native software, Layer5’s integration of Meshery provides a visual pathway for existing Docker Compose applications to move into Kubernetes and onto any service mesh."
10+
description: "Layer5, a provider of cloud native management software, announced today the general availability of the Meshery Docker Extension. Complementing Docker Desktop's role as the go-to Kubernetes environment for cloud native developers, the Meshery Docker Extension provides easy access to the next layer of cloud native infrastructure. As an inaugural Docker Extensions Partner and a maker of industry-defining, cloud native software, Layer5’s integration of Meshery provides a visual pathway for existing Docker Compose applications to move into Kubernetes and onto any Cloud."
1111
tags:
1212
- Announcements
1313
- Meshery

src/sections/Meshery/Meshery-mange-mesh/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ const MesheryManageMesh = () => {
4040
<KanvasVisualizerViews />
4141
{/* <Row $Vcenter>
4242
<Col $sm={12} $lg={6}>
43-
<h2>Manage your Mesh</h2>
44-
<p>Manage all aspects of running your service mesh no matter what service mesh you're running</p>
43+
<h2>Manage your Infrastructure</h2>
44+
<p>Manage all aspects of running your infrastructure no matter what platform you're running</p>
4545
<Button $primary className="banner-btn" title="How Meshery Works" $url="/cloud-native-management/meshery/operating-cloud-native-infra">
4646
<GiClockwork size={21} className="button-icon" />
4747
</Button>
4848
</Col>
4949
<Col $sm={12} $lg={6}>
50-
<StaticImage src={MultiMesh} alt="Meshery multi-mesh" className="multi-mesh-img"/>
50+
<StaticImage src={MultiMesh} alt="Kanvas" className="multi-mesh-img"/>
5151
</Col>
5252
</Row> */}
5353
</Container>

0 commit comments

Comments
 (0)