Skip to content

Commit 6774d51

Browse files
committed
Merge branch 'pricing-list' of https://github.com/SAHU-01/layer5 into pricing-list
2 parents 7e869ab + 80e17d9 commit 6774d51

File tree

149 files changed

+3654
-1222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+3654
-1222
lines changed

.github/ISSUE_TEMPLATE/community_member_profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Let's recognize <@github-username> as a contributor and community member by crea
1616
- GitHub: <!-- username only -->
1717
- Twitter: <!-- handle only -->
1818
- LinkedIn: <!-- <profilename> only https://www.linkedin.com/in/<profilename> -->
19-
- Layer5 Cloud: <!-- <user ID> only UUID https://meshery.layer5.io/user/<uuid> -->
19+
- Layer5 Cloud: <!-- <user ID> only UUID https://cloud.layer5.io/user/<uuid> -->
2020
- Link to profile picture:
2121

2222
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ alt="Nighthawk" align="left" />
147147

148148

149149
<p style="clear:both;">
150-
<h2><a href="https://meshery.layer5.io/catalog">Meshery Catalog</a></h2>
150+
<h2><a href="https://cloud.layer5.io/catalog">Meshery Catalog</a></h2>
151151
<a href="">
152152
<img src=".github/assets/images/catalog/catalog.svg"
153153
style="float:left;margin:10px;" width="125px"

gatsby-node.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,24 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
308308
redirectInBrowser: true,
309309
isPermanent: true,
310310
});
311+
createRedirect({
312+
fromPath: "/cloud-native-management/kanvas/visualize",
313+
toPath: "/cloud-native-management/kanvas/operate",
314+
redirectInBrowser: true,
315+
isPermanent: true,
316+
});
317+
createRedirect({
318+
fromPath: "/kanvas/visualize",
319+
toPath: "/cloud-native-management/kanvas/operate",
320+
redirectInBrowser: true,
321+
isPermanent: true,
322+
});
323+
createRedirect({
324+
fromPath: "/kanvas/operate",
325+
toPath: "/cloud-native-management/kanvas/operate",
326+
redirectInBrowser: true,
327+
isPermanent: true,
328+
});
311329
createRedirect({
312330
fromPath: "/resources/cloud-native/hpes-adoption-of-meshery-and-meshmap",
313331
toPath: "/resources/case-study/hpes-adoption-of-meshery-and-meshmap",

package-lock.json

Lines changed: 274 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@fullcalendar/interaction": "^6.0.1",
3535
"@fullcalendar/react": "^6.1.8",
3636
"@layer5/meshery-design-embed": "^0.4.0",
37-
"@layer5/sistent": "^0.14.60",
37+
"@layer5/sistent": "^0.14.109",
3838
"@loadable/component": "^5.16.4",
3939
"@mdx-js/mdx": "1.6.22",
4040
"@mdx-js/react": "1.6.22",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)