Skip to content

Commit 18ecb22

Browse files
author
Vivek Vishal
authored
Merge pull request #6410 from layer5io/fix-404s-v
Fix 404s v
2 parents 75e0fca + d73adc3 commit 18ecb22

File tree

7 files changed

+22
-2
lines changed
  • src/collections
    • blog
      • 2019
        • 2019-10-12-hacktoberfest-2019-is-heating-up
        • 2019-12-04-layer5-landscape-spectrums-revisited
      • 2022/2022-06-08-experience-lfx-pranav-singh
      • 2024/09-07-ways-to-contribute
    • resources
      • articles/kubernetes/management-of-kubernetes
      • case-study/hpes-adoption-of-meshery-and-kanvas

7 files changed

+22
-2
lines changed

gatsby-node.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,19 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
341341
redirectInBrowser: true,
342342
isPermanent: true,
343343
});
344+
createRedirect({
345+
fromPath: "/cloud-native-management/meshmap/design",
346+
toPath: "/cloud-native-management/kanvas/design",
347+
redirectInBrowser: true,
348+
isPermanent: true,
349+
});
350+
351+
createRedirect({
352+
fromPath: "/cloud-native-management/meshmap/collaborate/peer-reviews",
353+
toPath: "/cloud-native-management/kanvas/collaborate/peer-reviews",
354+
redirectInBrowser: true,
355+
isPermanent: true,
356+
});
344357
// Create Pages
345358
const { createPage } = actions;
346359

src/collections/blog/2019/2019-10-12-hacktoberfest-2019-is-heating-up/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111
published: true
1212
redirect_from:
1313
- /blog/hacktoberfest-2019-heating-up/
14+
- /blog/landscape/hacktoberfest-2019-heating-up
1415
---
1516

1617
import { BlogWrapper } from "../../Blog.style.js";

src/collections/blog/2019/2019-12-04-layer5-landscape-spectrums-revisited/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ product: Service Mesh Landscape
1515
resource: true
1616
redirect_from:
1717
- /blog/layer5-landscape-spectrums-revisited/
18+
- /blog/landscape/layer5-landscape-spectrums-revisited
1819
---
1920

2021
import { BlogWrapper } from "../../Blog.style.js";

src/collections/blog/2022/2022-06-08-experience-lfx-pranav-singh/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ category: Internship Programs
99
description: "Pranav Singh's experience as a LFX intern at Layer5"
1010
redirect_from:
1111
- /blog/community/lfx-experience-layer5-pranav-singh
12+
- /blog/community/lfx-experience-at-layer5-pranav-singh
1213
tags:
1314
- Community
1415
- Internship

src/collections/blog/2024/09-07-ways-to-contribute/post.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import popularProject from "./number-one-most-popular-project.png";
2020

2121
<BlogWrapper>
2222

23-
<p>The Layer5 community grows on a daily basis, which means that each day <Link to="/community/managers">community managers</Link>, <Link to="/community/meshmates">MeshMates</Link>, and other existing <Link to="/community/members">community members</Link> field the question of "how can I contribute to your project" any number of times everyday. The good news is that there are many what is to engage - all of which are important to the health of both the projects and the community.</p>
23+
<p>The Layer5 community grows on a daily basis, which means that each day <Link to="/community/community-managers">community managers</Link>, <Link to="/community/meshmates">MeshMates</Link>, and other existing <Link to="/community/members">community members</Link> field the question of "how can I contribute to your project" any number of times everyday. The good news is that there are many what is to engage - all of which are important to the health of both the projects and the community.</p>
2424

2525
<p>Upon joining the community Slack workspace, individuals are warmly greeted and encouraged to browse the <Link to="/community/handbook">community handbook</Link>, join the weekly <Link to="/community/newcomers">newcomers meeting</Link>, and to begin familiarizing our <Link to="/projects">open source projects</Link>. We have heavily invest in each individual that shows up to participate as we consider their success, our success. Part of doing so is ensuring that everyone understands the variety of ways depending in which they can contribute. Any and all of the possible ways are encouraged. </p>
2626

@@ -40,7 +40,7 @@ import popularProject from "./number-one-most-popular-project.png";
4040
* Encourage participation and create a welcoming environment for all users.
4141
* Guide discussions and help resolve conflicts if they arise.
4242

43-
**<Link to="/community/calendar">Meeting Host</Link> or <Link to="/communiity/events">Event Organizer</Link>:**
43+
**<Link to="/community/calendar">Meeting Host</Link> or <Link to="/community/events">Event Organizer</Link>:**
4444
* Plan, schedule, and facilitate community meetings, workshops, or webinars.
4545
* Prepare agendas, moderate discussions, and ensure smooth execution.
4646
* Record and share meeting notes or summaries for those unable to attend.

src/collections/resources/articles/kubernetes/management-of-kubernetes/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ category: Kubernetes
1111
tags:
1212
- Kubernetes
1313
resource: true
14+
redirect_from:
15+
- /articles/kubernetes/management-of-kubernetes
1416
---
1517
import { ResourcesWrapper } from "../../../Resources.style.js";
1618
import picture1 from "./meshery-core-architecture.webp";

src/collections/resources/case-study/hpes-adoption-of-meshery-and-kanvas/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ tags:
1414
featured: false
1515
published: true
1616
resource: true
17+
redirect_from:
18+
- /resources/case-study/hpes-adoption-of-meshery-and-meshmap
1719
---
1820

1921
import { ResourcesWrapper } from "../../Resources.style.js";

0 commit comments

Comments
 (0)