Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ if (process.env.CI === "true") {
exports.createPages = async ({ actions, graphql, reporter }) => {
// Create client-side redirects (these only work in prod deployment)
const { createRedirect } = actions;
createRedirect({
fromPath: "/learn/service-mesh-labs",
toPath: "/learn/cloud-native-labs",
isPermanent: true,
redirectInBrowser: true,
});
createRedirect({
fromPath: "/books",
toPath: "/learn/service-mesh-books",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Contributor Training Series"
tags: [Meshery, tutorial, community]
date: "2025-09-09"
---

Join the [Contributor Training Sessions](https://github.com/meshery/meshery/issues/14090) to get started as a new contributor.

Binary file not shown.
335 changes: 0 additions & 335 deletions src/collections/resources/tutorials/docker-swarm/index.mdx

This file was deleted.

8 changes: 8 additions & 0 deletions src/collections/resources/tutorials/installing-adapters.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Installing Meshery Adapters"
tags: [Meshery, tutorial, adapter]
date: "2025-09-09"
---

This tutorial walks you through installing and configuring Meshery Adapters.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Layer5 Academy Challenges"
tags: [Meshery, tutorial, academy]
date: "2025-09-09"
---

Explore the [Layer5 Academy Challenges](http://cloud.layer5.io/academy/overview) for learning paths and practical exercises.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Managing Service Meshes"
tags: [Meshery, tutorial]
date: "2025-09-09"
---

Learn how to connect and manage different service meshes with Meshery.

22 changes: 0 additions & 22 deletions src/collections/resources/tutorials/tutorial-on-gatsby.mdx

This file was deleted.

8 changes: 8 additions & 0 deletions src/collections/resources/tutorials/using-meshery-ui.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Using Meshery UI"
tags: [Meshery, tutorial, UI]
date: "2025-09-09"
---

Get familiar with Meshery’s web-based user interface for managing your meshes.

This file was deleted.

8 changes: 8 additions & 0 deletions src/collections/resources/tutorials/working-with-patterns.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Working with Patterns"
tags: [Meshery, tutorial, design patterns]
date: "2025-09-09"
---

Discover how to design, deploy, and manage service mesh patterns in Meshery.