Skip to content

Commit 437775a

Browse files
authored
Merge branch 'master' into fix/seo-alt-links-kanvas
2 parents cebcc6e + ccb7a29 commit 437775a

381 files changed

Lines changed: 982 additions & 2704 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gatsby-config.js

Lines changed: 204 additions & 406 deletions
Large diffs are not rendered by default.

gatsby-node.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,17 @@ exports.onCreateNode = ({ node, actions, getNode }) => {
552552
}
553553

554554
const { createNodeField } = actions;
555-
const collection = getNode(node.parent).sourceInstanceName;
555+
const parent = getNode(node.parent);
556+
let collection = parent.sourceInstanceName;
557+
558+
// --- CHANGED: Consolidated Source Logic ---
559+
// If the source is "collections", we determine the actual collection
560+
// from the parent directory name (e.g., "blog", "news", etc.)
561+
if (collection === "collections") {
562+
collection = parent.relativeDirectory.split("/")[0];
563+
}
564+
// ------------------------------------------
565+
556566
createNodeField({
557567
name: "collection",
558568
node,
@@ -790,4 +800,4 @@ exports.onPostBuild = async ({ graphql, reporter }) => {
790800
// Optionally, write the result to a file for easier inspection
791801
const outputPath = path.resolve(__dirname, "public", "query-result.json");
792802
fs.writeFileSync(outputPath, JSON.stringify(result, null, 2));
793-
};
803+
};

src/collections/integrations/aad-pod-identity/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,5 @@ published: TRUE
4949
<p>
5050
Enables Kubernetes applications to access cloud resources securely with Azure Active Directory (AAD).
5151
</p>
52-
<p>
53-
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.
54-
</p>
55-
<p>
56-
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.
57-
</p>
52+
<p>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.</p>
53+
<p>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.</p>

src/collections/integrations/accurate/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,5 @@ published: TRUE
3737
<p>
3838
Accurate is a Kubernetes controller to help operations in large soft multi-tenancy environments.
3939
</p>
40-
<p>
41-
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.
42-
</p>
43-
<p>
44-
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.
45-
</p>
40+
<p>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.</p>
41+
<p>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.</p>

src/collections/integrations/ace/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,5 @@ published: TRUE
103103
<p>
104104
Kubernetes Native Data Platform
105105
</p>
106-
<p>
107-
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.
108-
</p>
109-
<p>
110-
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.
111-
</p>
106+
<p>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.</p>
107+
<p>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.</p>

src/collections/integrations/actions-runner-controller/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,5 @@ published: TRUE
5555
<p>
5656
A Kubernetes controller that operates self-hosted runners for GitHub Actions on your Kubernetes cluster.
5757
</p>
58-
<p>
59-
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.
60-
</p>
61-
<p>
62-
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.
63-
</p>
58+
<p>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.</p>
59+
<p>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.</p>

src/collections/integrations/admin-console-operator/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,5 @@ published: TRUE
3131
<p>
3232
EPAM Admin Console Operator
3333
</p>
34-
<p>
35-
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.
36-
</p>
37-
<p>
38-
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.
39-
</p>
34+
<p>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.</p>
35+
<p>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.</p>

src/collections/integrations/aerokube/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,5 @@ published: TRUE
5555
<p>
5656
Aerokube is a platform for cross-browser testing and automation of web applications.
5757
</p>
58-
<p>
59-
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.
60-
</p>
61-
<p>
62-
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.
63-
</p>
58+
<p>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.</p>
59+
<p>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.</p>

src/collections/integrations/aerospike-kubernetes-operator/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,5 @@ published: TRUE
4949
<p>
5050
The multi-model, NoSQL real-time data platform for multi-cloud, large-scale JSON and SQL use cases. The Aerospike database has the lowest latency with predictable performance at any scale, with industry-leading uptime, requiring up to 80% less infrastructure.
5151
</p>
52-
<p>
53-
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.
54-
</p>
55-
<p>
56-
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.
57-
</p>
52+
<p>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.</p>
53+
<p>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.</p>

src/collections/integrations/aigisuk/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@ published: TRUE
2525
<p>
2626
AIGIS UK is a Kubernetes-based platform for managing sensitive data in regulated environments.
2727
</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>
28+
<p>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.</p>
29+
<p>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.</p>

0 commit comments

Comments
 (0)