File tree Expand file tree Collapse file tree
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" >
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Partner_Icon from "../../../assets/images/contact/partner.svg";
77import Contact_Icon from "../../../assets/images/contact/contact.svg" ;
88import CardOutline from "../../../components/Card-Outline" ;
99import ContactPageWrapper from "./contactpage.style" ;
10- import ContactForm from "../../../components/ContactForm" ;
1110import CommonForm from "../../../components/CommonForm" ;
1211
1312const ContactPage = ( ) => {
@@ -65,7 +64,6 @@ const ContactPage = () => {
6564 </ Row >
6665 < div className = "contact-form" ref = { expandForm } >
6766 < Container >
68- { /* <ContactForm /> */ }
6967 < Col $lg = { 5 } $md = { 6 } $sm = { 12 } style = { { padding : "0" , marginLeft : "auto" , marginRight : "auto" } } >
7068 < CommonForm
7169 title = "Contact us"
@@ -84,4 +82,4 @@ const ContactPage = () => {
8482 ) ;
8583} ;
8684
87- export default ContactPage ;
85+ export default ContactPage ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import React from "react";
22import styled from "styled-components" ;
33import { Container , Row , Col } from "../../reusecore/Layout" ;
44import IntegrationDesigner from "./images/layer5-kanvas-designer.webp" ;
5- import CatalogImage from "./images/catalog_mac.png" ;
65import DashboardImg from "./images/cncf_hub_dashboard_mac.png" ;
76import PictureSlider from "./picture-slider" ;
87// import Button from "../../../reusecore/Button";
Original file line number Diff line number Diff line change 11import React from "react" ;
22import styled from "styled-components" ;
33import { Row , Col , Container } from "../../reusecore/Layout" ;
4- import Button from "../../reusecore/Button" ;
54import IntegrationsImage from "./images/integration-image-colorMode.svg" ;
65const DevrelHeaderWrapper = styled . div `
76 .devrel-platform.header {
@@ -62,10 +61,6 @@ const DevrelHeaderWrapper = styled.div`
6261 text-align: center;
6362 margin-bottom: 20px;
6463 }
65- .header__button_section {
66- display: flex;
67- justify-content: center;
68- }
6964 }
7065 }
7166` ;
@@ -84,14 +79,6 @@ const Header = () => {
8479 { /* Meshery provides a comprehensive platform that transforms how you create and share technical content: */ }
8580
8681 </ p >
87- { /* <div className="header__button_section">
88- <Button
89- $primary
90- title="Browse"
91- $external={true}
92- $url=""
93- />
94- </div> */ }
9582 </ Col >
9683 < Col className = "col devrel" $lg = { 5 } $md = { 4 } $xs = { 10 } >
9784 < img src = { IntegrationsImage } alt = "devrel" />
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import { IoIosArrowUp } from "@react-icons/all-files/io/IoIosArrowUp";
2020import data from "../../../assets/data/faq" ;
2121
2222import FaqSectionWrapper from "./faqSection.style" ;
23- import ContactFormModal from "../../../components/Contact-Modal" ;
2423
2524const Faq = ( props ) => {
2625
You can’t perform that action at this time.
0 commit comments