Skip to content

Commit 141f684

Browse files
author
Vivek Vishal
authored
Merge pull request #6539 from vr-varad/fix/add_remove_maintainers
Fix: Update Repo Data
2 parents ec4202f + 17ff795 commit 141f684

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

src/sections/Community/Handbook/repo-data.js

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ export const repo_data = [
8080
image: gnh,
8181
site: "https://getnighthawk.dev",
8282
language: "Jekyll",
83-
maintainers_name: ["Uzair Shaikh"],
84-
link: ["https://layer5.io/community/members/uzair-shaikh"],
83+
maintainers_name: ["Vacant"],
84+
link: [""],
8585
repository: "https://github.com/layer5io/getnighthawk",
8686
},
8787
{
@@ -164,8 +164,8 @@ export const repo_data = [
164164
image: five,
165165
site: "https://docs.layer5.io/",
166166
language: "Hugo",
167-
maintainers_name: ["Vacant"],
168-
link: [""],
167+
maintainers_name: ["Zihan Kuang"],
168+
link: ["https://layer5.io/community/members/zihan-kuang"],
169169
repository: "https://github.com/layer5io/docs",
170170
},
171171
],
@@ -244,9 +244,8 @@ export const repo_data = [
244244
project: "Meshery",
245245
image: meshery,
246246
language: "Golang, gRPC",
247-
maintainers_name: ["Uzair Shaikh", "Antonette Caldwell"],
247+
maintainers_name: ["Antonette Caldwell"],
248248
link: [
249-
"https://layer5.io/community/members/uzair-shaikh",
250249
"https://layer5.io/community/members/antonette-caldwell",
251250
],
252251
description:
@@ -410,8 +409,8 @@ export const repo_data = [
410409
project: "Gowrk2",
411410
image: meshery,
412411
language: "Golang",
413-
maintainers_name: ["Uzair Shaikh"],
414-
link: ["https://layer5.io/community/members/uzair-shaikh"],
412+
maintainers_name: ["Vacant"],
413+
link: [""],
415414
description:
416415
"Augmentation of wrk2 to produce output compatible with Meshery’s visualization of performance test results.",
417416
repository: "https://github.com/layer5io/gowrk2",
@@ -420,8 +419,8 @@ export const repo_data = [
420419
project: "Nighthawk",
421420
image: gnh,
422421
language: "Golang, gRPC",
423-
maintainers_name: ["Uzair Shaikh"],
424-
link: ["https://layer5.io/community/members/uzair-shaikh"],
422+
maintainers_name: ["Vacant"],
423+
link: [""],
425424
description:
426425
"Augmentation of Envoy Nighthawk to produce output compatible with Meshery’s visualization of performance test results",
427426
repository: "https://github.com/layer5io/nighthawk-go",
@@ -586,8 +585,8 @@ export const repo_data = [
586585
project: "Meshery Adapter for Cilium Service Mesh",
587586
image: ciliumLogo,
588587
language: "Golang, gRPC",
589-
maintainers_name: ["Uzair Shaikh"],
590-
link: ["https://layer5.io/community/members/uzair-shaikh"],
588+
maintainers_name: ["Vacant"],
589+
link: [""],
591590
description: "Meshery adapter for management of Cilium Service Mesh.",
592591
repository: "https://github.com/meshery/meshery-cilium",
593592
},

0 commit comments

Comments
 (0)