@@ -8,9 +8,13 @@ import IntraPage from "../../../components/handbook-navigation/intra-page";
88
99const 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
1620const 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 >
0 commit comments