Skip to content

Commit

Permalink
Merge branch 'master' into update
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalvivekm authored Nov 8, 2024
2 parents 0461908 + fe77466 commit e0bef3b
Show file tree
Hide file tree
Showing 25 changed files with 1,647 additions and 144 deletions.
18 changes: 18 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,24 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
redirectInBrowser: true,
isPermanent: true,
});
createRedirect({
fromPath: "/cloud-native-management/kanvas/visualize",
toPath: "/cloud-native-management/kanvas/operate",
redirectInBrowser: true,
isPermanent: true,
});
createRedirect({
fromPath: "/kanvas/visualize",
toPath: "/cloud-native-management/kanvas/operate",
redirectInBrowser: true,
isPermanent: true,
});
createRedirect({
fromPath: "/kanvas/operate",
toPath: "/cloud-native-management/kanvas/operate",
redirectInBrowser: true,
isPermanent: true,
});
createRedirect({
fromPath: "/resources/cloud-native/hpes-adoption-of-meshery-and-meshmap",
toPath: "/resources/case-study/hpes-adoption-of-meshery-and-meshmap",
Expand Down
Loading

0 comments on commit e0bef3b

Please sign in to comment.