Skip to content

Commit bbb0d66

Browse files
update desc of all pages
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 68b410b commit bbb0d66

16 files changed

Lines changed: 24 additions & 24 deletions

File tree

src/collections/handbook/about/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "About"
3-
description: "Learn about Layer5's mission, goals, and how to get started contributing to our open-source community"
3+
description: "Layer5 offers cloud native application management by harnessing the power of a developer-friendly applications management system that supports visualization of the modern infrastructure leading to effective operation with best practices."
44
type: Handbook
55
---
66

src/collections/handbook/code-of-conduct/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Code of Conduct"
3-
description: "Layer5 follows the CNCF Code of Conduct to ensure a welcoming and inclusive community"
3+
description: "At Layer5 We follow the CNCF Code of Conduct. We pledge to respect all people who contribute through reporting issues, to submit pull requests or patches, and other activities."
44
type: Handbook
55
---
66

src/collections/handbook/community-roles/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Community Roles"
3-
description: "Learn about the different roles and leadership positions within the Layer5 community"
3+
description: "Many roles exist in the community. Individuals who perform a role, bolster community and project growth by participating in decision-making and being accountable for those decisions."
44
type: Handbook
55
---
66

src/collections/handbook/community/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Community"
3-
description: "Community guidelines and resources for the Layer5 open source community"
3+
description: "A MeshMate is an experienced Layer5 community member, who will be available to guide you as you explore the various projects and find your areas of interest."
44
type: Handbook
55
---
66

src/collections/handbook/connect-with-us/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Connect with Us"
3-
description: "Find all the ways to connect with the Layer5 community - Slack, Newsletter, Social Media, and more"
3+
description: "We are a community of like-minded people with over a thousand members. Join our Slack Workspace and interact with people."
44
type: Handbook
55
---
66

src/collections/handbook/contribution/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: "Contribution"
3-
description: "Learn how to contribute to Layer5 projects using GitHub flow"
3+
description: "Pull requests (PRs) are the best ways to propose changes to a project repository. At Layer5 org, we use the Github Flow."
44
type: Handbook
55
---
66

77
import { Container } from "../../../reusecore/Layout";
88
import Code from "../../../components/CodeBlock";
99
import IntraPage from "../../../components/handbook-navigation/intra-page";
10-
import { StaticImage } from "gatsby-plugin-image";
10+
import signoffImg from "./git-signoff-vscode.webp";
11+
import compareImg from "./compare-and-pr.webp";
12+
import createPrImg from "./create-pr.webp";
1113

1214
export const contents = [
1315
{ id: 0, link: "#Clone your fork", text: "Clone your fork" },
@@ -17,10 +19,7 @@ export const contents = [
1719
{ id: 4, link: "#Push changes to Github", text: "Push changes to Github" },
1820
{ id: 5, link: "#Create a pull request", text: "Create a pull request" },
1921
];
20-
21-
export const Signoff = "./git-signoff-vscode.webp";
22-
export const compareAndPR = "./compare-and-pr.webp";
23-
export const createPR = "./create-pr.webp";
22+
2423

2524
<h2 className="heading-top">General contribution flow</h2>
2625

@@ -105,7 +104,8 @@ To ensure all your commits are signed, you may choose to add this alias to your
105104

106105
Or you may configure your IDE, for example, Visual Studio Code to automatically sign-off commits for you:
107106

108-
<StaticImage src={Signoff} id="sign-off" alt="Signoff" />
107+
<img src={signoffImg} alt="Git signoff configuration in VS Code" />
108+
109109

110110
<a id="Push changes to Github"><h3>Push changes to Github</h3></a>
111111

@@ -121,13 +121,13 @@ Or you may configure your IDE, for example, Visual Studio Code to automatically
121121
Note: Please ensure that the right branch is selected for the PR.
122122
<div>
123123
<br />
124-
<StaticImage src={compareAndPR} alt="Compare and pull request" />
124+
<img src={compareImg} alt="Compare and pull request button on GitHub" />
125125
</div>
126126

127127
- Once you click on the button, you'll be taken to the Pull Request page. Here, you can add a title and description to your pull request that explains your contribution. Once you're done, click on the Create pull request button.
128128
<div>
129129
<br />
130-
<StaticImage src={createPR} alt="create pr" />
130+
<img src={createPrImg} alt="Create pull request page on GitHub" />
131131
<br />
132132
</div>
133133

src/collections/handbook/faq/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "FAQs"
3-
description: "Frequently asked questions about Layer5 and contributing to the community"
3+
description: "General frequently asked questions (FAQ) about Layer5 and people who contribute through reporting issues, to submit pull requests or patches, and other activities."
44
type: Handbook
55
---
66

src/collections/handbook/github -organization/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "GitHub Organization"
3-
description: "GitHub Organization Membership guidelines for Layer5 contributors"
3+
description: "Recognition of consistent contributors through GitHub organization invitations, outlining membership requirements, invitation process, and responsibilities."
44
type: Handbook
55
---
66

src/collections/handbook/github-process/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "GitHub Process"
3-
description: "Layer5's GitHub process for issue and PR labels, templates, bots, and workflows"
3+
description: "The Layer5 GitHub Process emphasizes consistent pull requests and issue labels to streamline continuous integration and reduce overhead across their growing repository collection."
44
type: Handbook
55
---
66

src/collections/handbook/learning/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Learning"
3-
description: "Learn cloud native with Layer5 Academy, labs, books, workshops, and more"
3+
description: "As a community, we have put together good learning materials and resources to guide you through learning about cloud native infrastucture."
44
type: Handbook
55
---
66

0 commit comments

Comments
 (0)