Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions src/sections/Community/Handbook/learn5.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ import IntraPage from "../../../components/handbook-navigation/intra-page";

const contents = [
{
id: 0, link: "#Learning",text: "Learning", },
{ id: 1, link: "#Eventing", text: "Eventing" },
{ id: 2, link: "#Blogging", text: "Blogging" },
id: 0, link: "#Learning", text: "Learning",
},
{
id: 1, link: "#Academy", text: "Academy",
},
{ id: 2, link: "#Eventing", text: "Eventing" },
{ id: 3, link: "#Blogging", text: "Blogging" },
];

const LearnLayer = () => {
Expand Down Expand Up @@ -42,6 +46,18 @@ const LearnLayer = () => {
free for all.
</p>

<a id="Academy">
<h2>Layer5 Academy</h2>
</a>
<p>
<a href="https://cloud.layer5.io/academy" target="_blank" rel="noopener noreferrer">
Layer5 Academy
</a>{" "}
is a learning platform built into Layer5 Cloud. Get structured learning paths,
interactive challenges, and professional certifications. Content spans beginner
to advanced levels for both developers and organizations.
</p>

<a id="Eventing">
<h2>Sharing what you've learned at a technical event</h2>
</a>
Expand Down
13 changes: 13 additions & 0 deletions src/sections/Community/Handbook/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,19 @@ const Maintainer = () => {
(currently) three choices of load generators for
characterizing and managing the performance of cloud native infrastructure (e.g. Kubernetes and Docker) and their services. <br />
</p>
<li>
<h4>
<a href="https://cloud.layer5.io/academy">
Layer5 Academy :
</a>
</h4>{" "}
</li>
<p>
Layer5 Academy is a learning platform built into Layer5 Cloud. It offers
structured learning paths, interactive challenges, and professional
certifications. Content spans beginner to advanced levels, helping both
developers and organizations skill up in cloud native technologies. <br />
</p>
</ul>
</p>
<p>
Expand Down