Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
vishalvivekm authored Nov 12, 2024
1 parent 6c76c0b commit 6ffbd3a
Show file tree
Hide file tree
Showing 24 changed files with 38 additions and 38 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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ more excited by the enthusiasm and energy of each community members welcoming me
learned about the project through the demos/updates from fellow contributors. Slowly and gradually, I started contributing too, then delivering updates in the
community calls, and consequently started climbing the contributor ladder.

When I realised that I would be working on [Layer5 Cloud](https://meshery.layer5.io) and <Link to="/cloud-native-management/meshery">Meshery</Link> as an LFX intern at Layer5, then I couldn't control my excitement.
When I realised that I would be working on [Layer5 Cloud](https://cloud.layer5.io) and <Link to="/cloud-native-management/meshery">Meshery</Link> as an LFX intern at Layer5, then I couldn't control my excitement.
That excitement was to ship more impactful features for the Layer5 projects, work and engage more deeply with the engineering team at Layer5 and have an overall
upliftment of my development skills. Throughout my internship I worked on several features. Few on the top of the list are as follows, expanding
[Meshery extension points](https://docs.meshery.io/extensibility), exposing node details of the K8s clusters on which Meshery runs <Link to="/projects/cloud-native-performance">performance tests</Link>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ With this collaboration, we're introducing powerful features that simplify the m
### Meshery UI and CLI Integration
- **Import WASM Envoy Filters**: Easily import your WebAssembly Envoy filters into Meshery using the intuitive UI or the command-line interface ([CLI](https://docs.meshery.io/reference/mesheryctl#data-plane-intelligence)).
- **Publish and Clone Filters**: Share your filters with the community by publishing them in the [Meshery Catalog](https://meshery.io/catalog) and make it effortless for others to clone them.
- **Download WASM Binaries**: Access and download WebAssembly binaries directly from [Meshery Cloud](https://meshery.layer5.io/).
- **Download WASM Binaries**: Access and download WebAssembly binaries directly from [Meshery Cloud](https://cloud.layer5.io/).
- **Efficient Data Plane Design**: Seamlessly design and deploy Istio and Envoy data planes using [MeshMap](https://layer5.io/cloud-native-management/meshmap).
- **Contribute to Open Source**: Get involved with the service mesh community by contributing to any of the 7 open-source [wasm-filters](https://github.com/layer5io/wasm-filters) developed by Layer5.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Link } from "gatsby";

<Link to="/cloud-native-management/catalog">Kanvas Catalog</Link> is a hub for sharing and discovering best practices, reusable templates, and operational patterns for Kubernetes and cloud-native infrastructure. It's like a marketplace where you can find and contribute pre-built infrastructure configurations and operational views. The Catalog is a part of the Kanvas platform, which is a comprehensive suite of tools for managing cloud-native infrastructure.

<div className="note"> <a href="https://meshery.layer5.io/catalog">Explore the catalog</a></div>
<div className="note"> <a href="https://cloud.layer5.io/catalog">Explore the catalog</a></div>

### What can you find in the Catalog?

Expand Down
2 changes: 1 addition & 1 deletion src/collections/members/_member-profile-template/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image_path: ./display-picture.webp
github: # just the user handle (e.g. vinayaksh42)
twitter: # just the user handle (e.g. Vinayak47427793)
linkedin: # last portion of https://www.linkedin.com/in/<profile-name> (e.g. vinayak-sharma-141096193)
layer5: # Layer5 Cloud user ID; last portion of https://meshery.layer5.io/user/<uuid>
layer5: # Layer5 Cloud user ID; last portion of https://cloud.layer5.io/user/<uuid>
location: # City, Country
bio: # One or two paragraphs about the community member, enclosed in quotation marks.
badges: # List of badges that this member carries.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const WhatAwaitsSection = () => {
<p>Cloud Native patterns help you get the most out of any cloud native. Each pattern can be used as a template and is customizable.
</p>
<p style={{ "justifyContent": "center", "textAlign": "center" }}>
<Button $primary title="Visit Cloud Native Patterns catalog" $url="https://meshery.layer5.io/catalog" $external={true} style={{ "margin": "1rem" }}/>
<Button $primary title="Visit Cloud Native Patterns catalog" $url="https://cloud.layer5.io/catalog" $external={true} style={{ "margin": "1rem" }}/>
<Button $secondary title="Visit Service Mesh Patterns website" $url="https://service-mesh-patterns.github.io/service-mesh-patterns/" $external={true} />
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Cloud-Native-Catalog/new-catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const NewCatalog = () => {
CREATE AND SHARE YOUR OWN BEST PRACTICES
</p>
<div className="new-catalog__button_section">
<Button $primary $external={true} title="Publish Your Own Design" $url="https://meshery.layer5.io/catalog" />
<Button $primary $external={true} title="Publish Your Own Design" $url="https://cloud.layer5.io/catalog" />
</div>
</Container>
</NewCatalogWrapper>
Expand Down
4 changes: 2 additions & 2 deletions src/sections/Community/Handbook/recognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const RecognitionPage = () => {
Each badge is tied to specific activities. Here are some ways you can earn Layer5 Badges:
</p>
<p>
For users, badges for activities such as using our projects, talking about the projects, sharing your successes and what you like about them. For contributors, badges include activities such as submitting code, reviewing Pull Requests, assisting with documentation, participating in community events, and more. As you accumulate contributions in various areas, you'll begin to unlock badges that showcase your multifaceted involvement. These badges will be prominently displayed on your <a href="https://meshery.layer5.io">Layer5 Cloud</a> profile, visually representing your journey. Not only does this serve as a source of personal pride, but it also helps others in the community recognize your expertise and dedication.
For users, badges for activities such as using our projects, talking about the projects, sharing your successes and what you like about them. For contributors, badges include activities such as submitting code, reviewing Pull Requests, assisting with documentation, participating in community events, and more. As you accumulate contributions in various areas, you'll begin to unlock badges that showcase your multifaceted involvement. These badges will be prominently displayed on your <a href="https://cloud.layer5.io">Layer5 Cloud</a> profile, visually representing your journey. Not only does this serve as a source of personal pride, but it also helps others in the community recognize your expertise and dedication.
<ul>
<li>
Activity Badges are the badges that are assigned when a user completes a task like sharing a design, creating a design for the first time, etc.
Expand All @@ -258,7 +258,7 @@ const RecognitionPage = () => {
<ul>
<li>
Visit your{" "}
<a href="https://meshery.layer5.io">Layer5 Cloud</a>{" "}
<a href="https://cloud.layer5.io">Layer5 Cloud</a>{" "}
Profile to see the badges
</li>
<li>Click on the badge, which you wanted to display</li>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community/Handbook/repo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const repo_data = [
{
project: "Layer5 Cloud",
image: meshery,
site: "https://meshery.layer5.io/",
site: "https://cloud.layer5.io/",
language: "React.js",
maintainers_name: ["Yash Sharma"],
link: ["https://layer5.io/community/members/yash-sharma"],
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community/Member-single/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ const MemberSingle = ({ frontmatter }) => {
)}
{layer5 && (
<li className="tooltip">
<a href={`https://meshery.layer5.io/user/${layer5}`}>
<a href={`https://cloud.layer5.io/user/${layer5}`}>
<img src={mesheryLogo} alt="meshery-icon"></img>
<span className="tooltiptext">Meshery</span>
</a>
Expand Down
16 changes: 8 additions & 8 deletions src/sections/Company/Legal/terms-of-service/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Conduct = () => {
<div className="conduct_heading">
<h2>Agreement between User and Layer5, Inc.</h2>
</div>
<p>Welcome to meshery.layer5.io. The meshery.layer5.io website (the “Site”) is comprised of various web pages operated by Layer5.io, Inc (“Layer5”). meshery.layer5.io is offered to you conditioned on your acceptance without modification of the terms, conditions, and notices contained herein (the “Terms”). Your use of meshery.layer5.io constitutes your agreement to all such Terms. Please read these terms carefully, and keep a copy of them for your reference.
<p>Welcome to cloud.layer5.io. The cloud.layer5.io website (the “Site”) is comprised of various web pages operated by Layer5.io, Inc (“Layer5”). cloud.layer5.io is offered to you conditioned on your acceptance without modification of the terms, conditions, and notices contained herein (the “Terms”). Your use of cloud.layer5.io constitutes your agreement to all such Terms. Please read these terms carefully, and keep a copy of them for your reference.
</p>

<p>layer5.io is a Software Product and Services Site.</p>
Expand All @@ -29,7 +29,7 @@ const Conduct = () => {
<h2>Electronic Communications</h2>
</div>
<p>
Visiting meshery.layer5.io or sending emails to Layer5 constitutes electronic communications. You consent to receive electronic communications and you agree that all agreements, notices, disclosures and other communications that we provide to you electronically, via email and on the Site, satisfy any legal requirement that such communications be in writing.
Visiting cloud.layer5.io or sending emails to Layer5 constitutes electronic communications. You consent to receive electronic communications and you agree that all agreements, notices, disclosures and other communications that we provide to you electronically, via email and on the Site, satisfy any legal requirement that such communications be in writing.
</p>
</Col>
</Row>
Expand All @@ -39,7 +39,7 @@ const Conduct = () => {
<h2>Children Under Thirteen</h2>
</div>
<h5 className="black-text"></h5>
Layer5 does not knowingly collect, either online or offline, personal information from persons under the age of thirteen. If you are under 18, you may use meshery.layer5.io only with permission of a parent or guardian.
Layer5 does not knowingly collect, either online or offline, personal information from persons under the age of thirteen. If you are under 18, you may use cloud.layer5.io only with permission of a parent or guardian.
</Col>
</Row>
<Row>
Expand All @@ -48,9 +48,9 @@ Layer5 does not knowingly collect, either online or offline, personal informatio
<h2>No Unlawful or Prohibited Use/Intellectual Property</h2>
</div>
<h5 className="black-text">Links to Third Party Sites/Third Party Services</h5>
meshery.layer5.io may contain links to other websites ("Linked Sites"). The Linked Sites are not under the control of Layer5 and Layer5 is not responsible for the contents of any Linked Site, including without limitation any link contained in a Linked Site, or any changes or updates to a Linked Site. Layer5 is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Layer5 of the site or any association with its operators.
cloud.layer5.io may contain links to other websites ("Linked Sites"). The Linked Sites are not under the control of Layer5 and Layer5 is not responsible for the contents of any Linked Site, including without limitation any link contained in a Linked Site, or any changes or updates to a Linked Site. Layer5 is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Layer5 of the site or any association with its operators.

<p>Certain services made available via meshery.layer5.io are delivered by third party sites and organizations. By using any product, service or functionality originating from the meshery.layer5.io domain, you hereby acknowledge and consent that Layer5 may share such information and data with any third party with whom Layer5 has a contractual relationship to provide the requested product, service or functionality on behalf of meshery.layer5.io users and customers.</p>
<p>Certain services made available via cloud.layer5.io are delivered by third party sites and organizations. By using any product, service or functionality originating from the cloud.layer5.io domain, you hereby acknowledge and consent that Layer5 may share such information and data with any third party with whom Layer5 has a contractual relationship to provide the requested product, service or functionality on behalf of cloud.layer5.io users and customers.</p>
</Col>
</Row>
<Row>
Expand All @@ -59,7 +59,7 @@ meshery.layer5.io may contain links to other websites ("Linked Sites"). The Link
<h2>No Unlawful or Prohibited Use/Intellectual Property</h2>
</div>

<p>You are granted a non-exclusive, non-transferable, revocable license to access and use meshery.layer5.io strictly in accordance with these terms of use. As a condition of your use of the Site, you warrant to Layer5 that you will not use the Site for any purpose that is unlawful or prohibited by these Terms. You may not use the Site in any manner which could damage, disable, overburden, or impair the Site or interfere with any other party's use and enjoyment of the Site.</p>
<p>You are granted a non-exclusive, non-transferable, revocable license to access and use cloud.layer5.io strictly in accordance with these terms of use. As a condition of your use of the Site, you warrant to Layer5 that you will not use the Site for any purpose that is unlawful or prohibited by these Terms. You may not use the Site in any manner which could damage, disable, overburden, or impair the Site or interfere with any other party's use and enjoyment of the Site.</p>

<p>You may not obtain or attempt to obtain any materials or information through any means not intentionally made available or provided for through the Site.</p>

Expand All @@ -74,7 +74,7 @@ meshery.layer5.io may contain links to other websites ("Linked Sites"). The Link
<h2>International Users</h2>
</div>
<p>
The Service is controlled, operated and administered by Layer5 from our offices within the USA. If you access the Service from a location outside the USA, you are responsible for compliance with all local laws. You agree that you will not use the Layer5 Content accessed through meshery.layer5.io in any country or in any manner prohibited by any applicable laws, restrictions or regulations.
The Service is controlled, operated and administered by Layer5 from our offices within the USA. If you access the Service from a location outside the USA, you are responsible for compliance with all local laws. You agree that you will not use the Layer5 Content accessed through cloud.layer5.io in any country or in any manner prohibited by any applicable laws, restrictions or regulations.
</p>
</Col>
</Row>
Expand Down Expand Up @@ -128,7 +128,7 @@ meshery.layer5.io may contain links to other websites ("Linked Sites"). The Link
<h2>Changes to Terms</h2>
</div>
<p>
Layer5 reserves the right, in its sole discretion, to change the Terms under which meshery.layer5.io is offered. The most current version of the Terms will supersede all previous versions. Layer5 encourages you to periodically review the Terms to stay informed of our updates.
Layer5 reserves the right, in its sole discretion, to change the Terms under which cloud.layer5.io is offered. The most current version of the Terms will supersede all previous versions. Layer5 encourages you to periodically review the Terms to stay informed of our updates.
</p>
</Col>
</Row>
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Counters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Counter from "../../reusecore/Counter";

import CounterSectionWrapper from "./counterSection.style";

export const URL = "https://meshery.layer5.io/api/performance/results/total";
export const URL = "https://cloud.layer5.io/api/performance/results/total";

const Counters = () => {
const [performanceCount, setPerformanceCount] = useState(0);
Expand Down
2 changes: 1 addition & 1 deletion src/sections/FeatureHero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const FeatureHero = (props) => {
<Button
$primary
title="Try Now!"
$url="https://meshery.layer5.io"
$url="https://cloud.layer5.io"
$external={true}
/>
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/sections/General/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const Navigation = () => {
}
useEffect(() => {
const CLOUD_USER_API =
"https://meshery.layer5.io/api/identity/users/profile";
"https://cloud.layer5.io/api/identity/users/profile";
const fetchData = async () => {
try {
const token = getCookieValue("provider_token");
Expand Down Expand Up @@ -347,7 +347,7 @@ const Navigation = () => {
$secondary
className="banner-btn two"
title="Get Started"
$url="https://meshery.layer5.io/login"
$url="https://cloud.layer5.io/login"
$external={true}
/>
</li>
Expand Down Expand Up @@ -396,7 +396,7 @@ const Navigation = () => {
rel="noreferrer"
target="_blank"
className="drop-item"
href={`https://meshery.layer5.io/user/${userData.id}`}
href={`https://cloud.layer5.io/user/${userData.id}`}
>
<div className="drop-item-icon">
<CloudIcon />
Expand Down Expand Up @@ -429,7 +429,7 @@ const Navigation = () => {
onClick={() => {
removeCookie("provider_token");
// Open logout API link in a new tab
window.open("https://meshery.layer5.io/logout", "_blank");
window.open("https://cloud.layer5.io/logout", "_blank");

// Refresh the current page
window.location.reload();
Expand All @@ -453,7 +453,7 @@ const Navigation = () => {
$external={true}
title="Get Started"
alt="Signup for Layer5 Cloud"
$url="https://meshery.layer5.io/registration"
$url="https://cloud.layer5.io/registration"
/>
)}
{/* <Button id="book-a-demo" aria-label="Book a demo" secondary className="banner-btn book-a-demo" external={true} title="Book a demo" alt="Book a demo" url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true" /> */}
Expand Down
Loading

0 comments on commit 6ffbd3a

Please sign in to comment.