Skip to content

Commit 99fbaff

Browse files
authored
Merge pull request #67 from zihanKuang/update-for-banner
Fix: Update banner path and remove banners for modules
2 parents a9d3684 + 69b04be commit 99fbaff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/learning-paths/your-org-uuid/example-learning-path/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
type: "learning-path"
33
title: "Example learning path"
44
description: "New to container and container orchestration? This level 100 INTRO Kubernetes - Course covers the foundational topics for a non-technical audience and conveys the benefits of containers and container orchestration for modern IT scenarios. It will help you learn the basics of terminology associated, understand the essential components' functions, and understand why these new technologies are so important."
5+
# The banner image (`image-1.png`) should be placed in the same directory as this `_index.md` file.
56
id: "learning-path-id"
6-
banner: "images/image-1.png"
7+
banner: "image-1.png"
78
weight: 1
89
level: "beginner"
910
---

content/learning-paths/your-org-uuid/example-learning-path/course-1/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ id: "why-containers"
44
title: "1. Why Containers?"
55
description: "This section provides an introduction to containers, their architecture, and how they are used in modern software development."
66
weight: 1
7-
banner: "images/image-1.png"
7+
banner: "image-1.png"
88
tags: [containers]
99
categories: "intermediate"
1010
level: "beginner"

content/learning-paths/your-org-uuid/example-learning-path/course-1/module/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ id: example-module
44
title: "Example Module"
55
description: "This module provides an overview of the key concepts and practices in containerization, focusing on the benefits and challenges of using containers in modern software development."
66
weight: 1
7-
banner: "images/image-1.png"
87
tags: [sks]
98
categories: "advanced"
109
level: "intermediate"

content/learning-paths/your-org-uuid/example-learning-path/course-2/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2+
type: "course"
23
id: why-exoscale-sks"
34
title: "6. Why Exoscale SKS?"
45
description: "Learn about Exoscale's Kubernetes Service (SKS) and how it provides a managed Kubernetes experience tailored for European users."
56
weight: 2
6-
banner: "images/image-1.png"
7+
banner: "image-1.png"
78
tags: [sks]
89
categories: "advanced"
910
level: "intermediate"

content/learning-paths/your-org-uuid/example-learning-path/course-2/module/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ id: example-module
44
title: "Example Module"
55
description: "This module provides an overview of the key concepts and practices in containerization, focusing on the benefits and challenges of using containers in modern software development."
66
weight: 1
7-
banner: "images/image-1.png"
87
tags: [sks]
98
categories: "advanced"
109
level: "intermediate"

0 commit comments

Comments
 (0)