Skip to content

Commit

Permalink
Merge pull request #6001 from Denish3436/kanvas-snapshot
Browse files Browse the repository at this point in the history
Add Kanvas-Snapshot project to repository overview
  • Loading branch information
sudhanshutech authored Oct 21, 2024
2 parents 2cbfa52 + 639bc53 commit 17fe2b1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/sections/Community/Handbook/repo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import appmeshLogo from "../../../assets/images/service-mesh-icons/aws-app-mesh.
import ciliumLogo from "../../../assets/images/service-mesh-icons/cilium.svg";
import wasm from "../../../assets/images/webassembly/webssembly_icon.svg";
import recognitionLogo from "../../../assets/images/recognition-program/recognition-program.png";
import kanvasLogo from "../../../assets/images/kanvas-snapshot/kanvas-snapshot.svg";

export const repo_data = [
{
Expand Down Expand Up @@ -168,7 +169,6 @@ export const repo_data = [
link: [""],
repository: "https://github.com/layer5io/docs",
},

],
},

Expand Down Expand Up @@ -311,6 +311,17 @@ export const repo_data = [
// language: "Golang",
// repository: "https://github.com/layer5io/meshmonkey",
// },
{
project: "Kanvas Snapshot",
image: kanvasLogo,
site: "https://layer5.io/solutions/gitops/snapshot",
language: "GitHub Actions",
maintainers_name: ["Vacant"],
link: [""],
description:
"Generates visual snapshots of infrastructure as code (e.g., Kubernetes manifests, Helm charts) and delivers them to pull requests for automated review.",
repository: "https://github.com/layer5labs/kanvas-snapshot",
},
],
},

Expand Down

0 comments on commit 17fe2b1

Please sign in to comment.