Skip to content

Commit 71839da

Browse files
committed
Add kanvas.new to Frontend Projects in Repository Overview
Signed-off-by: Junnygram <junnexclusive@gmail.com>
1 parent c371915 commit 71839da

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

src/collections/handbook/repository-overview/repo-data.js

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const repo_data = [
6262
link: [
6363
"https://layer5.io/community/members/antonette-caldwell",
6464
"https://layer5.io/community/members/aabid-sofi",
65-
"https://layer5.io/community/members/ian-whitney"
65+
"https://layer5.io/community/members/ian-whitney",
6666
],
6767
repository: "https://github.com/meshery/meshery/tree/master/ui",
6868
},
@@ -142,18 +142,14 @@ export const repo_data = [
142142
language: "Gatsby",
143143
maintainers_name: ["Vacant"],
144144
link: [""],
145-
repository:
146-
"https://github.com/layer5io/recognition",
145+
repository: "https://github.com/layer5io/recognition",
147146
},
148147
{
149148
project: "Sistent Design System",
150149
image: sistent,
151150
site: "https://github.com/layer5io/sistent",
152151
language: "React.js, Typescript",
153-
maintainers_name: [
154-
"Antonette Caldwell",
155-
"Aabid Sofi",
156-
],
152+
maintainers_name: ["Antonette Caldwell", "Aabid Sofi"],
157153
link: [
158154
"https://layer5.io/community/members/antonette-caldwell",
159155
"https://layer5.io/community/members/aabid-sofi",
@@ -175,10 +171,7 @@ export const repo_data = [
175171
site: "https://github.com/layer5io/academy-theme",
176172
language: "Hugo",
177173
maintainers_name: ["Aabid Sofi"],
178-
link: [
179-
"#",
180-
"https://layer5.io/community/members/aabid-sofi"
181-
],
174+
link: ["#", "https://layer5.io/community/members/aabid-sofi"],
182175
repository: "https://github.com/layer5io/academy-theme",
183176
},
184177
{
@@ -217,6 +210,15 @@ export const repo_data = [
217210
link: ["#"],
218211
repository: "https://github.com/layer5io/layer5-academy",
219212
},
213+
{
214+
project: "kanvas.new",
215+
image: kanvasLogo,
216+
site: "https://www.kanvas.new/",
217+
language: "Hugo",
218+
maintainers_name: ["Vacant"],
219+
link: ["#"],
220+
repository: "https://github.com/meshery-extensions/kanvas-site",
221+
},
220222
],
221223
},
222224

@@ -294,9 +296,7 @@ export const repo_data = [
294296
image: meshery,
295297
language: "Golang, gRPC",
296298
maintainers_name: ["Antonette Caldwell"],
297-
link: [
298-
"https://layer5.io/community/members/antonette-caldwell",
299-
],
299+
link: ["https://layer5.io/community/members/antonette-caldwell"],
300300
description:
301301
"the cloud native management plane to provide governance and backend system integration. Golang, gRPC, NATS, CloudEvents",
302302
repository: "https://github.com/meshery/meshery",
@@ -386,7 +386,8 @@ export const repo_data = [
386386
language: "Golang",
387387
maintainers_name: ["Vacant"],
388388
link: [""],
389-
description: "A Kubectl Kanvas Snapshot is a native kubectl plugin designed to conveniently create a visual snapshot of the combination of multiple Kubernetes manifest files.",
389+
description:
390+
"A Kubectl Kanvas Snapshot is a native kubectl plugin designed to conveniently create a visual snapshot of the combination of multiple Kubernetes manifest files.",
390391
repository: "https://github.com/meshery/kubectl-kanvas-snapshot",
391392
},
392393
],
@@ -671,5 +672,3 @@ export const repo_data = [
671672
],
672673
},
673674
];
674-
675-

0 commit comments

Comments
 (0)