Skip to content

Commit 938e945

Browse files
authored
Merge branch 'master' into error404p-redirect
Signed-off-by: Alok Dangre <[email protected]>
2 parents 4a6f1e6 + 18ecb22 commit 938e945

File tree

7 files changed

+33
-6
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

+33
-6
lines changed

gatsby-node.js

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,42 +347,62 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
347347
redirectInBrowser: true,
348348
isPermanent: true,
349349
});
350+
350351
createRedirect({
351-
fromPath: "/products/service-mesh-performance ",
352-
toPath: "/projects/cloud-native-performance ",
352+
fromPath: "/products/service-mesh-performance",
353+
toPath: "/projects/cloud-native-performance",
353354
redirectInBrowser: true,
354355
isPermanent: true,
355356
});
357+
356358
createRedirect({
357-
fromPath: "/products/service-mesh-performance-specification ",
358-
toPath: "/projects/cloud-native-performance ",
359+
fromPath: "/products/service-mesh-performance-specification",
360+
toPath: "/projects/cloud-native-performance",
359361
redirectInBrowser: true,
360362
isPermanent: true,
361363
});
364+
362365
createRedirect({
363366
fromPath: "/cloud-native-management/meshmap/collaborate",
364367
toPath: "/cloud-native-management/kanvas/collaborate",
365368
redirectInBrowser: true,
366369
isPermanent: true,
367370
});
371+
368372
createRedirect({
369373
fromPath: "/cloud-native-management/meshery/integrations/kubevault-metrics.html.html",
370374
toPath: "/cloud-native-management/meshery/integrations/kubevault-metrics",
371375
redirectInBrowser: true,
372376
isPermanent: true,
373377
});
378+
374379
createRedirect({
375380
fromPath: "/blog/tag/meshery-open-source",
376381
toPath: "/blog/tag/open-source",
377382
redirectInBrowser: true,
378383
isPermanent: true,
379384
});
385+
380386
createRedirect({
381387
fromPath: "/blog/category/opensource",
382388
toPath: "/blog/category/open-source",
383389
redirectInBrowser: true,
384390
isPermanent: true,
385391
});
392+
393+
createRedirect({
394+
fromPath: "/cloud-native-management/meshmap/design",
395+
toPath: "/cloud-native-management/kanvas/design",
396+
redirectInBrowser: true,
397+
isPermanent: true,
398+
});
399+
400+
createRedirect({
401+
fromPath: "/cloud-native-management/meshmap/collaborate/peer-reviews",
402+
toPath: "/cloud-native-management/kanvas/collaborate/peer-reviews",
403+
redirectInBrowser: true,
404+
isPermanent: true,
405+
});
386406
// Create Pages
387407
const { createPage } = actions;
388408

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)