Skip to content

Commit 8df4212

Browse files
Merge branch 'master' into stack-doc
2 parents 7f55428 + 67b5485 commit 8df4212

File tree

8 files changed

+62
-81
lines changed

8 files changed

+62
-81
lines changed
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Knative Eventing
3+
subtitle: Collaborative and visual infrastructure as design for Knative Eventing
4+
integrationIcon: icons/color/knative-eventing-color.svg
5+
darkModeIntegrationIcon: icons/white/knative-eventing-white.svg
6+
docURL: https://docs.meshery.io/extensibility/integrations/knative-eventing
7+
description:
8+
category: Serverless
9+
subcategory: App Integration
10+
registrant: GitHub
11+
components: []
12+
featureList: [
13+
"Provides building blocks for serverless",
14+
"Simplifies event-driven architecture",
15+
"Integrates with Kubernetes resources"
16+
]
17+
workingSlides: [
18+
../_images/kanvas-visualizer.png,
19+
../_images/kanvas-designer.png
20+
]
21+
howItWorks: "Integrates Knative components"
22+
howItWorksDetails: "Streamlined serverless development on Kubernetes"
23+
published: TRUE
24+
---
25+
<p>
26+
27+
</p>
28+
<p>
29+
Collaboratively and visually diagram your cloud native infrastructure with GitOps-style pipeline integration. Design, test, and manage configuration your Kubernetes-based, containerized applications as a visual topology.
30+
</p>
31+
<p>
32+
Looking for best practice cloud native design and deployment best practices? Choose from thousands of pre-built components in Kanvas. Choose from hundreds of ready-made design patterns by importing templates from Meshery Catalog or use our low code designer, Kanvas, to create and deploy your own cloud native infrastructure designs.
33+
</p>

src/collections/integrations/knative-serving/index.mdx

Lines changed: 2 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -7,80 +7,8 @@ docURL: https://docs.meshery.io/extensibility/integrations/knative-serving
77
description:
88
category: Serverless
99
subcategory: Installable Platform
10-
registrant: Artifact Hub
11-
components: [
12-
{
13-
"name": "certificate",
14-
"colorIcon": "icons/components/certificate/icons/color/certificate-color.svg",
15-
"whiteIcon": "icons/components/certificate/icons/white/certificate-white.svg",
16-
"description": "",
17-
},
18-
{
19-
"name": "configuration",
20-
"colorIcon": "icons/components/configuration/icons/color/configuration-color.svg",
21-
"whiteIcon": "icons/components/configuration/icons/white/configuration-white.svg",
22-
"description": "",
23-
},
24-
{
25-
"name": "cluster-domain-claim",
26-
"colorIcon": "icons/components/cluster-domain-claim/icons/color/cluster-domain-claim-color.svg",
27-
"whiteIcon": "icons/components/cluster-domain-claim/icons/white/cluster-domain-claim-white.svg",
28-
"description": "",
29-
},
30-
{
31-
"name": "domain-mapping",
32-
"colorIcon": "icons/components/domain-mapping/icons/color/domain-mapping-color.svg",
33-
"whiteIcon": "icons/components/domain-mapping/icons/white/domain-mapping-white.svg",
34-
"description": "",
35-
},
36-
{
37-
"name": "ingress",
38-
"colorIcon": "icons/components/ingress/icons/color/ingress-color.svg",
39-
"whiteIcon": "icons/components/ingress/icons/white/ingress-white.svg",
40-
"description": "",
41-
},
42-
{
43-
"name": "metric",
44-
"colorIcon": "icons/components/metric/icons/color/metric-color.svg",
45-
"whiteIcon": "icons/components/metric/icons/white/metric-white.svg",
46-
"description": "",
47-
},
48-
{
49-
"name": "pod-autoscaler",
50-
"colorIcon": "icons/components/pod-autoscaler/icons/color/pod-autoscaler-color.svg",
51-
"whiteIcon": "icons/components/pod-autoscaler/icons/white/pod-autoscaler-white.svg",
52-
"description": "",
53-
},
54-
{
55-
"name": "revision",
56-
"colorIcon": "icons/components/revision/icons/color/revision-color.svg",
57-
"whiteIcon": "icons/components/revision/icons/white/revision-white.svg",
58-
"description": "",
59-
},
60-
{
61-
"name": "route",
62-
"colorIcon": "icons/components/route/icons/color/route-color.svg",
63-
"whiteIcon": "icons/components/route/icons/white/route-white.svg",
64-
"description": "",
65-
},
66-
{
67-
"name": "serverless-service",
68-
"colorIcon": "icons/components/serverless-service/icons/color/serverless-service-color.svg",
69-
"whiteIcon": "icons/components/serverless-service/icons/white/serverless-service-white.svg",
70-
"description": "",
71-
},
72-
{
73-
"name": "service",
74-
"colorIcon": "icons/components/service/icons/color/service-color.svg",
75-
"whiteIcon": "icons/components/service/icons/white/service-white.svg",
76-
"description": "",
77-
},
78-
{
79-
"name": "image",
80-
"colorIcon": "icons/components/image/icons/color/image-color.svg",
81-
"whiteIcon": "icons/components/image/icons/white/image-white.svg",
82-
"description": "",
83-
}]
10+
registrant: GitHub
11+
components: []
8412
featureList: [
8513
"Auto-scaling based on demand",
8614
"Request-based routing",

src/sections/Community/Newcomers-guide/Tutorials-table/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const TutorialsTable = () => {
3737
{value}
3838
{isNew && (
3939
<img
40-
src="/images/new-badge.webp"
40+
src="/images/new-badge.png"
4141
alt="New"
4242
/>
4343
)}

src/sections/Home/Partners-home/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Slider from "react-slick";
99

1010
const settings = {
1111
initialSlide: 1,
12-
lazyLoad: true,
12+
lazyLoad: false,
1313
arrows: false,
1414
dots: false,
1515
infinite: true,

src/sections/Projects/Sistent/components/icons/guidance.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
4-
import { Row } from "../../../../../reusecore/Layout";
5-
import { SistentThemeProvider } from "@sistent/sistent";
4+
// import { Row } from "../../../../../reusecore/Layout";
5+
// import { SistentThemeProvider } from "@sistent/sistent";
66
import { SistentLayout } from "../../sistent-layout";
77
import TabButton from "../../../../../reusecore/Button";
8-
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
8+
// import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
99

1010
const IconsGuidance = () => {
1111
const location = useLocation();
12-
const { isDark } = useStyledDarkMode();
12+
// const { isDark } = useStyledDarkMode();
1313

1414
return (
1515
<SistentLayout title="Icons">

src/sections/Projects/Sistent/components/stepper/guidance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from "react";
1+
import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
44
import { CustomizedStepper, useStepper, SistentThemeProvider, Box, Typography, Button } from "@sistent/sistent";

0 commit comments

Comments
 (0)