Skip to content

Commit 2780b0e

Browse files
committed
update content
Signed-off-by: Aabid Sofi <mailtoaabid01@gmail.com>
1 parent 71793fc commit 2780b0e

File tree

7 files changed

+12
-20
lines changed

7 files changed

+12
-20
lines changed

content/challenges/11111111-1111-1111-1111-111111111111/cncf-auto-scaling-challenge/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ banner: "11111111-1111-1111-1111-111111111111/images/keda-icon.svg"
66
id: "3ef92e40-b0e4-47bd-8f84-1b369cb41c0e"
77
courses: 1
88
weight: 1
9-
type: learning-paths
109
---

content/challenges/11111111-1111-1111-1111-111111111111/cncf-observability-challenge-with/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ banner: "11111111-1111-1111-1111-111111111111/images/jaeger-icon-black.svg"
66
courses: 1
77
weight: 2
88
id: "79ef4658-bc1d-4768-9e8e-dea864d5590d"
9-
type: learning-paths
109
---

content/challenges/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Challenges
33
description: "Explore the challenges in Layer5 Academy. Each challenge is designed to help you learn and practice your skills in a hands-on way."
44
linkTitle: Challenges
55
# tells hugo that this section is of type learning-path ( to use appropiate templates )
6-
type: learning-paths
6+
type: challenge
77
cascade: # 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 %}}

content/learning-paths/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Learning Paths
33
description: Learn about the various learning paths available in the Layer5 ecosystem.
44
linkTitle: 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
77
cascade: # 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 %}}

go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@ go 1.12
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

go.sum

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w=
21
github.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=
42
github.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=
95
github.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=

hugo.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ baseURL: http://localhost:9876/academy/
22
title: Example Academy
33
canonifyurls: 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+
510
module:
611
hugoVersion:
712
extended: true

0 commit comments

Comments
 (0)