File tree Expand file tree Collapse file tree 7 files changed +12
-20
lines changed
11111111-1111-1111-1111-111111111111
cncf-auto-scaling-challenge
cncf-observability-challenge-with Expand file tree Collapse file tree 7 files changed +12
-20
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ banner: "11111111-1111-1111-1111-111111111111/images/keda-icon.svg"
66id : " 3ef92e40-b0e4-47bd-8f84-1b369cb41c0e"
77courses : 1
88weight : 1
9- type : learning-paths
109---
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ banner: "11111111-1111-1111-1111-111111111111/images/jaeger-icon-black.svg"
66courses : 1
77weight : 2
88id : " 79ef4658-bc1d-4768-9e8e-dea864d5590d"
9- type : learning-paths
109---
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ title: Challenges
33description : " Explore the challenges in Layer5 Academy. Each challenge is designed to help you learn and practice your skills in a hands-on way."
44linkTitle : Challenges
55# tells hugo that this section is of type learning-path ( to use appropiate templates )
6- type : learning-paths
6+ type : challenge
77cascade : # tells hugo to set this as default type for all children content in this section
8- type : learning-paths
8+ type : challenge
99---
1010
1111{{% pageinfo %}}
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ title: Learning Paths
33description : Learn about the various learning paths available in the Layer5 ecosystem.
44linkTitle : Learning Paths
55# tells hugo that this section is of type learning-path ( to use appropiate templates )
6- type : learning-paths
6+ type : learning-path
77cascade : # tells hugo to set this as default type for all children content in this section
8- type : learning-paths
8+ type : learning-path
99---
1010
1111{{% pageinfo %}}
Original file line number Diff line number Diff line change 55// Uncomment line below when testing changes to the academy theme
66// replace github.com/layer5io/academy-theme v0.1.9 => ../academy-theme
77
8- require (
9- github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 // indirect
10- github.com/google/docsy v0.12.0 // indirect
11- github.com/layer5io/academy-theme v0.1.10 // indirect
12- github.com/twbs/bootstrap v5.3.7+incompatible // indirect
13- )
8+ require github.com/layer5io/academy-theme v0.1.15 // indirect
Original file line number Diff line number Diff line change 1- github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w =
21github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3- github.com/google/docsy v0.12.0 h1:CddZKL39YyJzawr8GTVaakvcUTCJRAAYdz7W0qfZ2P4 =
42github.com/google/docsy v0.12.0 /go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM =
5- github.com/layer5io/academy-theme v0.1.9 h1:yel0XD6gJTjgKDpgml8Pdzhe/nj3n2UOs7sXuqp0FCI =
6- github.com/layer5io/academy-theme v0.1.9 /go.mod h1:kAidN16xIX6Dx2TBz7y0u3DeU8UnfUcoQZ/rVogXN80 =
7- github.com/layer5io/academy-theme v0.1.10 h1:IsCKKmXxcnXX9nnaJX016jRlUzy8wKcuDJhV0nofbSs =
8- github.com/layer5io/academy-theme v0.1.10 /go.mod h1:kAidN16xIX6Dx2TBz7y0u3DeU8UnfUcoQZ/rVogXN80 =
3+ github.com/layer5io/academy-theme v0.1.15 h1:cDIOgNOM8qF6o4HVLnQnhyWBpTaaVvUz+ANJzwcTfLA =
4+ github.com/layer5io/academy-theme v0.1.15 /go.mod h1:kAidN16xIX6Dx2TBz7y0u3DeU8UnfUcoQZ/rVogXN80 =
95github.com/twbs/bootstrap v5.3.6+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
10- github.com/twbs/bootstrap v5.3.7+incompatible h1:ea1W8TOWZFkqSK2M0McpgzLiUQVru3bz8aHb0j/XtuM =
11- github.com/twbs/bootstrap v5.3.7+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ baseURL: http://localhost:9876/academy/
22title : Example Academy
33canonifyurls : true
44
5+
6+ # Comment out if you don't want the "print entire section" link enabled.
7+ outputs :
8+ section : [HTML, print, RSS,JSON]
9+
510module :
611 hugoVersion :
712 extended : true
You can’t perform that action at this time.
0 commit comments