File tree Expand file tree Collapse file tree
src/sections/Community/Handbook Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import TOC from "../../../components/handbook-navigation/index";
55import { repo_data } from "./repo-data" ;
66import github from "../../../assets/images/socialIcons/github.svg" ;
77import layer5icon from "../../../assets/images/layer5/5 icon/svg/light/5-light-bg.svg" ;
8+ import mesheryExtensionsIcon from "../../../assets/images/meshery-extensions/icon-only/meshery-extensions-color.svg" ;
89import MesheryOperator from "../../../assets/images/meshery-operator/meshery-operator-dark.svg" ;
910import MeshSync from "../../../assets/images/meshsync/meshsync.svg" ;
1011import servicemeshperformance from "../../../assets/images/service-mesh-performance/icon/smp-dark.svg" ;
@@ -121,6 +122,16 @@ const Repository = () => {
121122 style = { { height : "1.5rem" } }
122123 /> Kanvas.
123124 </ li >
125+ < li >
126+ < a href = "https://github.com/meshery-extensions" >
127+ < img
128+ src = { mesheryExtensionsIcon }
129+ alt = "meshery extension icon"
130+ />
131+ Meshery Extensions
132+ </ a >
133+ - a collection of extensions and plugins that enhance Meshery's functionality.
134+ </ li >
124135 </ ul >
125136
126137 < details className = "invite-only" >
You can’t perform that action at this time.
0 commit comments