Skip to content

Commit

Permalink
Merge branch 'master' into pricing-list
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhanshutech authored Nov 16, 2024
2 parents 6af6a42 + a237528 commit 80e17d9
Show file tree
Hide file tree
Showing 149 changed files with 3,654 additions and 1,222 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/community_member_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Let's recognize <@github-username> as a contributor and community member by crea
- GitHub: <!-- username only -->
- Twitter: <!-- handle only -->
- LinkedIn: <!-- <profilename> only https://www.linkedin.com/in/<profilename> -->
- Layer5 Cloud: <!-- <user ID> only UUID https://meshery.layer5.io/user/<uuid> -->
- Layer5 Cloud: <!-- <user ID> only UUID https://cloud.layer5.io/user/<uuid> -->
- Link to profile picture:

A detailed explanation on how to set up a community member profile can be found in the [CONTRIBUTING.md](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ alt="Nighthawk" align="left" />


<p style="clear:both;">
<h2><a href="https://meshery.layer5.io/catalog">Meshery Catalog</a></h2>
<h2><a href="https://cloud.layer5.io/catalog">Meshery Catalog</a></h2>
<a href="">
<img src=".github/assets/images/catalog/catalog.svg"
style="float:left;margin:10px;" width="125px"
Expand Down
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
401 changes: 274 additions & 127 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@fullcalendar/interaction": "^6.0.1",
"@fullcalendar/react": "^6.1.8",
"@layer5/meshery-design-embed": "^0.4.0",
"@layer5/sistent": "^0.14.60",
"@layer5/sistent": "^0.14.109",
"@loadable/component": "^5.16.4",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file modified src/assets/images/kanvas/horizontal/kanvas-horizontal-white.png
26 changes: 13 additions & 13 deletions src/assets/images/kanvas/horizontal/kanvas-horizontal-white.svg
Binary file modified src/assets/images/kanvas/stacked/kanvas-stacked-color.png
26 changes: 13 additions & 13 deletions src/assets/images/kanvas/stacked/kanvas-stacked-color.svg
41 changes: 41 additions & 0 deletions src/assets/images/kanvas/stacked/kanvas-stacked-partial-color.svg
Binary file modified src/assets/images/kanvas/stacked/kanvas-stacked-white.png
Loading

0 comments on commit 80e17d9

Please sign in to comment.