Skip to content

Commit 2facb30

Browse files
Merge branch 'master' into fix-trust-pages-font
2 parents 5c0c589 + 8a1b3b4 commit 2facb30

35 files changed

Lines changed: 843 additions & 92 deletions

File tree

gatsby-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ module.exports = {
541541
{
542542
resolve: "gatsby-source-filesystem",
543543
options: {
544-
path: `${__dirname}/src/collections/service-mesh-labs`,
545-
name: "service-mesh-labs",
544+
path: `${__dirname}/src/collections/kanvas-labs`,
545+
name: "kanvas-labs",
546546
},
547547
},
548548
{

gatsby-node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
173173
}
174174
}
175175
labs: allMdx(
176-
filter: { fields: { collection: { eq: "service-mesh-labs" } } }
176+
filter: { fields: { collection: { eq: "kanvas-labs" } } }
177177
) {
178178
nodes {
179179
fields {
@@ -576,7 +576,7 @@ exports.onCreateNode = ({ node, actions, getNode }) => {
576576
break;
577577
case "service-mesh-books":
578578
case "workshops":
579-
case "service-mesh-labs":
579+
case "kanvas-labs":
580580
slug = `/learn/${collection}/${slugify(node.frontmatter.title)}`;
581581
break;
582582
case "resources":

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mui/icons-material": "^6.4.6",
4343
"@mui/material": "^5.15.11",
4444
"@react-icons/all-files": "^4.1.0",
45-
"@sistent/sistent": "^0.15.9",
45+
"@sistent/sistent": "^0.15.11",
4646
"@svgr/webpack": "^8.0.1",
4747
"@types/mui-datatables": "^4.3.12",
4848
"ajv": "^8.17.1",

src/collections/events/2025/kubecon-na-2025/index.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,25 @@ Meshery, an open-source cloud-native manager, addresses this by leveraging human
3838
<Button $secondary title="See Details" $url="https://kccncna2025.sched.com/event/27d5F/project-lightning-talk-beyond-yaml-visualising-kubernetes-ontologies-with-meshery-yash-sharma-maintainer?iframe=no&w=100%&sidebar=yes&bg=no" $external={ true } />
3939
</div>
4040

41+
### Session: "Do You Even Merge?" - Welcome To Maintainers Life, Please Bring Snacks and Boundaries
42+
43+
<p>
44+
Open Source maintainers are often seen as gatekeepers of progress, expected to fix bugs, review PRs, design features, answer questions, and keep the community happy. But behind that façade is often an unexpected reality, especially in high-velocity CNCF projects.
45+
46+
In this talk, we will share what it’s like to maintain a CNCF Graduated project, not just the technical side, but the human side: how we keep the project growing, prioritize responsibly, and how governance structures like SIGs help scale responsibilities. You’ll hear stories, lessons, and hard truths that rarely make it into blog posts.
47+
48+
The more successful a project becomes, the harder it gets to sustain, and that’s something we don’t acknowledge enough. If you’ve ever wondered why your issue didn’t get a response, why a feature was declined, or what “being supportive” really looks like in open source, this talk will help you understand the maintainer’s side and maybe rethink your own role in the ecosystem to support them.
49+
</p>
50+
51+
<div class="flex-row" style="margin-bottom: 2rem;">
52+
<p>
53+
Date: November 12, 2025<br />
54+
Time: 11:00am - 11:30am EST
55+
</p>
56+
57+
<Button $secondary title="See Details" $url="https://kccncna2025.sched.com/event/27FYt" $external={ true } />
58+
</div>
59+
4160
### Session: 🚨 Contribfest: Meshery Contribfest: Dive Deep Into Extending Cloud Native Management
4261

4362
<p>

src/collections/service-mesh-labs/meshery_performance_testing/index.mdx renamed to src/collections/kanvas-labs/meshery_performance_testing/index.mdx

File renamed without changes.

src/collections/service-mesh-labs/traffic_splitting_with_meshery/index.mdx renamed to src/collections/kanvas-labs/traffic_splitting_with_meshery/index.mdx

File renamed without changes.

src/collections/service-mesh-labs/working_with_meshery_and_consul/index.mdx renamed to src/collections/kanvas-labs/working_with_meshery_and_consul/index.mdx

File renamed without changes.

src/collections/service-mesh-labs/working_with_meshery_and_istio/index.mdx renamed to src/collections/kanvas-labs/working_with_meshery_and_istio/index.mdx

File renamed without changes.

src/collections/service-mesh-labs/working_with_meshery_and_kuma/index.mdx renamed to src/collections/kanvas-labs/working_with_meshery_and_kuma/index.mdx

File renamed without changes.

0 commit comments

Comments
 (0)