Skip to content

Commit 5681fb8

Browse files
authored
Merge pull request #6739 from vr-varad/update/community
Update: Community Handbook with Academy
2 parents 21d7ce1 + 14f3b54 commit 5681fb8

2 files changed

Lines changed: 32 additions & 3 deletions

File tree

src/sections/Community/Handbook/learn5.js

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ import IntraPage from "../../../components/handbook-navigation/intra-page";
88

99
const contents = [
1010
{
11-
id: 0, link: "#Learning",text: "Learning", },
12-
{ id: 1, link: "#Eventing", text: "Eventing" },
13-
{ id: 2, link: "#Blogging", text: "Blogging" },
11+
id: 0, link: "#Learning", text: "Learning",
12+
},
13+
{
14+
id: 1, link: "#Academy", text: "Academy",
15+
},
16+
{ id: 2, link: "#Eventing", text: "Eventing" },
17+
{ id: 3, link: "#Blogging", text: "Blogging" },
1418
];
1519

1620
const LearnLayer = () => {
@@ -42,6 +46,18 @@ const LearnLayer = () => {
4246
free for all.
4347
</p>
4448

49+
<a id="Academy">
50+
<h2>Layer5 Academy</h2>
51+
</a>
52+
<p>
53+
<a href="https://cloud.layer5.io/academy" target="_blank" rel="noopener noreferrer">
54+
Layer5 Academy
55+
</a>{" "}
56+
is a learning platform built into Layer5 Cloud. Get structured learning paths,
57+
interactive challenges, and professional certifications. Content spans beginner
58+
to advanced levels for both developers and organizations.
59+
</p>
60+
4561
<a id="Eventing">
4662
<h2>Sharing what you've learned at a technical event</h2>
4763
</a>

src/sections/Community/Handbook/projects.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,19 @@ const Maintainer = () => {
104104
(currently) three choices of load generators for
105105
characterizing and managing the performance of cloud native infrastructure (e.g. Kubernetes and Docker) and their services. <br />
106106
</p>
107+
<li>
108+
<h4>
109+
<a href="https://cloud.layer5.io/academy">
110+
Layer5 Academy :
111+
</a>
112+
</h4>{" "}
113+
</li>
114+
<p>
115+
Layer5 Academy is a learning platform built into Layer5 Cloud. It offers
116+
structured learning paths, interactive challenges, and professional
117+
certifications. Content spans beginner to advanced levels, helping both
118+
developers and organizations skill up in cloud native technologies. <br />
119+
</p>
107120
</ul>
108121
</p>
109122
<p>

0 commit comments

Comments
 (0)