Skip to content

Commit

Permalink
fix: merge conflits
Browse files Browse the repository at this point in the history
Signed-off-by: Mdkaif-123 <[email protected]>
  • Loading branch information
mdkaifansari04 committed Nov 11, 2024
2 parents 2a93ef1 + f7b29c1 commit 2f00c1a
Show file tree
Hide file tree
Showing 86 changed files with 2,101 additions and 335 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 2f00c1a

Please sign in to comment.