Skip to content

Commit

Permalink
Add Kanvas Snapshot to backend
Browse files Browse the repository at this point in the history
Signed-off-by: Denish Tomar <[email protected]>
  • Loading branch information
Denish3436 committed Oct 19, 2024
1 parent 482afb2 commit 639bc53
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/sections/Community/Handbook/repo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,6 @@ export const repo_data = [
link: [""],
repository: "https://github.com/layer5io/docs",
},
{
project: "Kanvas Snapshot",
image: kanvasLogo,
site: "https://layer5.io/solutions/gitops/snapshot",
language: "React.js",
maintainers_name: ["Vacant"],
link: [""],
repository: "https://github.com/layer5labs/kanvas-snapshot",
},
],
},

Expand Down Expand Up @@ -320,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 639bc53

Please sign in to comment.