Skip to content

Commit a1bbca6

Browse files
author
Vivek Vishal
authored
complete
Signed-off-by: GitHub <[email protected]>
1 parent 23526e1 commit a1bbca6

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

gatsby-node.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,25 +286,25 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
286286
});
287287
createRedirect({
288288
fromPath: "/kanvas",
289-
toPath: "/cloud-native-management/meshmap",
289+
toPath: "/cloud-native-management/kanvas",
290290
redirectInBrowser: true,
291291
isPermanent: true,
292292
});
293293
createRedirect({
294-
fromPath: "/cloud-native-management/kanvas",
295-
toPath: "/cloud-native-management/meshmap",
294+
fromPath: "/cloud-native-management/meshmap",
295+
toPath: "/cloud-native-management/kanvas",
296296
redirectInBrowser: true,
297297
isPermanent: true,
298298
});
299299
createRedirect({
300300
fromPath: "/meshmap",
301-
toPath: "/cloud-native-management/meshmap",
301+
toPath: "/cloud-native-management/kanvas",
302302
redirectInBrowser: true,
303303
isPermanent: true,
304304
});
305305
createRedirect({
306306
fromPath: "/go/meshmap",
307-
toPath: "/cloud-native-management/meshmap",
307+
toPath: "/cloud-native-management/kanvas",
308308
redirectInBrowser: true,
309309
isPermanent: true,
310310
});

src/collections/events/devconf-2022-measure-smp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ What types of service meshes are available? How do they contrast?
8787

8888
Learn how Meshery, a CNCF Project, multi-service mesh management plane implements the service mesh specifications, Service Mesh Performance (SMP) and Service Mesh Interface (SMI), to empower users to manage more than 10 service meshes simultaneously.
8989

90-
Understand how Meshery uses a catalog of Cloud Native Patterns to provide templates for best practice configurations and how you can design new patterns with the visual topology designer, MeshMap
90+
Understand how Meshery uses a catalog of Cloud Native Patterns to provide templates for best practice configurations and how you can design new patterns with the visual topology designer, Kanvas
9191

9292
</p>
9393

src/collections/events/devops-and-docker-live/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ import { Link } from "gatsby" ;
1818

1919
Join host Bret Fisher and guests <Link to="/community/members/lee-calcote">Lee Calcote</Link> from Layer5 and <Link to="/community/members/nic-jackson">Nic Jackson</Link> from HashiCorp at <a href="https://www.linkedin.com/events/servicemeshfordocker-withmesher6977705316406730752/about/">DevOps and Docker Live Show</a> to see the <Link to="/docker-extension-meshery">Meshery Docker Extension</Link> in-action! Design and deploy your Docker Compose and Kubernetes apps on Docker Desktop or any remote cluster.
2020

21-
The Meshery extension transforms Docker Desktop into powerful cloud native infrastructure development environment in a box with Kubernetes and service mesh. Learn how to discover and model your cloud native deployments with <Link to="/cloud-native-management/meshmap">MeshMap</Link>. MeshMap enables GitOps integrated, visual composition of your cloud native infrastructure.
21+
The Meshery extension transforms Docker Desktop into powerful cloud native infrastructure development environment in a box with Kubernetes and service mesh. Learn how to discover and model your cloud native deployments with <Link to="/cloud-native-management/kanvas">Kanvas</Link>. Kanvas enables GitOps integrated, visual composition of your cloud native infrastructure.
2222

2323
Can’t wait to get your hands on Docker Desktop for Meshery in the meantime? Sign up and learn all about the <Link to="/docker-extension-meshery">Meshery Docker Extension</Link> to make the most out of it.

src/collections/events/docker-community-meetup-2022-hacktoberfest/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Managing cloud native infrastructure becomes a nightmare with hundreds of distri
3636
<li>Performance Management and Metrics Intro, how to run performance tests, interpret the results, and metrics from Grafana and Prometheus.</li>
3737
<li>An introduction to service meshes, the concept of meshery adapters, provisioning of service meshes, sample applications and <Link to="/projects/service-mesh-interface-conformance">SMI</Link> conformance tests.</li>
3838
<li><Link to="/cloud-native-management/meshery">Meshery</Link> Configurations: Application, Patterns, Filters, Pattern configurator, ingestion of K8s YAMLs, Docker-Compose apps, helm charts.</li>
39-
<li>Introduction to <Link to="/cloud-native-management/meshmap">MeshMap</Link>, the visual topology for your cloud native infrastructure.</li>
39+
<li>Introduction to <Link to="/cloud-native-management/kanvas">Kanvas</Link>, the visual topology for your cloud native infrastructure.</li>
4040
<li><Link to="/programs/hacktoberfest">Hacktoberfest</Link> participation for newcomers in the community, how to get started, open issues and how to engage in the community.</li>
4141
</ul>
4242

src/collections/events/dockercon-2022/lightning-talk-on-the-main-stage.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "DockerCon 2022: Lighting Talk on the main stage"
3-
description: "Explore the unique functionalities of HashiCorp’s Consul service mesh with Meshery. Using the visual designer, MeshMap, Meshery empowers developers to fully understand Consul's differentiated capabilities, enabling visual configuration and deployment of Consul-based deployments and workloads."
3+
description: "Explore the unique functionalities of HashiCorp’s Consul service mesh with Meshery. Using the visual designer, Kanvas, Meshery empowers developers to fully understand Consul's differentiated capabilities, enabling visual configuration and deployment of Consul-based deployments and workloads."
44
thumbnail: ./Hashicorp.webp
55
darkthumbnail: ./Hashicorp.webp
66
date: 2022-05-10
@@ -17,7 +17,7 @@ featured: true
1717

1818
import { Link } from "gatsby" ;
1919

20-
HashiCorp’s Consul service mesh offers unique functionality offered to its users. Using its visual designer, MeshMap, Meshery facilitates the developers full understanding of Consul’s differientiated capabilities, allowing developer’s to visually configure and deploy Consul-based deployments and their workloads.
20+
HashiCorp’s Consul service mesh offers unique functionality offered to its users. Using its visual designer, Kanvas, Meshery facilitates the developers full understanding of Consul’s differientiated capabilities, allowing developer’s to visually configure and deploy Consul-based deployments and their workloads.
2121

2222
The Meshery extension’s ability to import Docker Compose apps, convert them to Kubernetes applications, and deploy them on Consult service meshes is a powerful enabler for microservices developers, who need to dev, test, and deploy their modern applications in context of and compatibility with Consul service mesh.
2323

src/collections/events/kcd-chennai-2023/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ darkthumbnail: ./kcd_chennai.webp
77
eurl: https://www.kcdchennai.in/
88
type: Event
99
published: true
10-
product: MeshMap, Meshery
10+
product: Kanvas, Meshery
1111
resource: true
1212
upcoming: false
1313
speakers: ["Pranav Singh"]

src/collections/events/kickstarting-open-source-with-layer5-2023/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ darkthumbnail: ./kickstarting_your_open_source_with_layer5.webp
77
eurl: https://lu.ma/z5sjbqws
88
type: Event
99
published: true
10-
product: MeshMap, Meshery
10+
product: Kanvas, Meshery
1111
resource: true
1212
upcoming: false
1313
speakers: ["Yash Sharma", "Samyak Shah"]

src/pages/community/members.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import uiuxrIcon from "../../assets/images/uiuxr/uiuxr.svg";
2626
import docsIcon from "../../assets/images/docs/docs.svg";
2727
import dockerExtensionIcon from "../../assets/images/docker-extension/docker-extension-meshery-logo.svg";
2828
import mesheryCatalogIcon from "../../assets/images/meshery/meshery-catalog.svg";
29-
import meshMapIcon from "../../assets/images/kanvas/icon-only/kanvas-icon.svg";
29+
import kanvasIcon from "../../assets/images/kanvas/icon-only/kanvas-icon.svg";
3030
/**
3131
* Array containing a list of categories to be shown in the dropdown.
3232
* The map function in the end wraps the label property with a component.
@@ -117,7 +117,7 @@ const options = [
117117
value: "kanvas",
118118
color: lighttheme.linkColor,
119119
isFixed: true,
120-
icon: meshMapIcon,
120+
icon: kanvasIcon,
121121
className: "allOptions",
122122
},
123123
{

src/sections/Community/Member-single/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import writerIcon from "../../../assets/images/writer-program/writer-program-bad
2222
import docsLogo from "../../../assets/images/docs/docs.svg";
2323
import mesheryCatalogLogo from "../../../assets/images/meshery/meshery-catalog.svg";
2424
import dockerExtensionLogo from "../../../assets/images/docker-extension/docker-extension-meshery-logo.svg";
25-
import meshMapLogo from "../../../assets/images/kanvas/icon-only/kanvas-icon.svg";
25+
import KanvasLogo from "../../../assets/images/kanvas/icon-only/kanvas-icon.svg";
2626
import Button from "../../../reusecore/Button";
2727
import { ReactComponent as TwitterIcon } from "../../../assets/images/socialIcons/twitter.svg";
2828

@@ -198,7 +198,7 @@ const MemberSingle = ({ frontmatter }) => {
198198
<Link to="/kanvas">
199199
<img
200200
className="profile-social-links"
201-
src={meshMapLogo}
201+
src={KanvasLogo}
202202
alt="Kanvas Logo"
203203
/>
204204
</Link>

src/sections/Kubernetes-Diagram/diagram.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const Kubernetes = () => {
160160
<Col md={4} className="diagram-detail">
161161
<h2 className="heading">Deploy with No Code Kubernetes</h2>
162162
<p className="caption">
163-
Our visual Kubernetes interface enables anyone to deploy production-grade software with no code. Whether you're new to Kubernetes and are looking for the best way to learn or a seasoned pro, MeshMap has all the features you need to be successful in deploying and configuring your software using the industry-leading container orchestrator, all with no code. </p>
163+
Our visual Kubernetes interface enables anyone to deploy production-grade software with no code. Whether you're new to Kubernetes and are looking for the best way to learn or a seasoned pro, Kanvas has all the features you need to be successful in deploying and configuring your software using the industry-leading container orchestrator, all with no code. </p>
164164
</Col>
165165
<Col md={8} className="diagram-image">
166166
<div className="image-wrapper">
@@ -177,7 +177,7 @@ const Kubernetes = () => {
177177
<Col md={4} className="diagram-detail">
178178
<h2 className="heading">Visual drag & drop</h2>
179179
<p className="caption">
180-
Instantly search for and find any integration that CNCF supports and drop on the canvas to create your cloud native infrastructure. MeshMap allow you to drag, drop and connect all your cloud components together simply and easily - no-code required!
180+
Instantly search for and find any integration that CNCF supports and drop on the canvas to create your cloud native infrastructure. Kanvas allow you to drag, drop and connect all your cloud components together simply and easily - no-code required!
181181
</p>
182182
<Link className="link" href="/cloud-native-management/kanvas/design">Learn more &rarr;</Link>
183183
</Col>
@@ -198,7 +198,7 @@ const Kubernetes = () => {
198198
<Row className="catalog">
199199
<Col md={8} className="diagram-image">
200200
<div className="image-wrapper">
201-
<img src={isDark ? KubernetesCatalogDark : KubernetesCatalogDark} alt="Designing Kubernetes Diagrams with MeshMap" className="kubernetes-image" />
201+
<img src={isDark ? KubernetesCatalogDark : KubernetesCatalogDark} alt="Designing Kubernetes Diagrams with Kanvas" className="kubernetes-image" />
202202
</div>
203203
</Col>
204204
<Col md={4} className="diagram-detail">

0 commit comments

Comments
 (0)