Skip to content

Commit de12e5a

Browse files
authored
Merge branch 'layer5io:master' into add-certification
2 parents 36e20b9 + 40741b8 commit de12e5a

File tree

19 files changed

+427
-14
lines changed

19 files changed

+427
-14
lines changed

build/meshery-cloud.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.356
1+
v0.8.357

charts/index.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,30 @@ entries:
4747
- charts/kratos-0.39.1.tgz
4848
version: 0.39.1
4949
layer5-cloud:
50+
- apiVersion: v2
51+
appVersion: v0.8.357
52+
created: "2025-08-06T04:43:25.287731216Z"
53+
dependencies:
54+
- condition: postgresql.enabled
55+
name: postgresql
56+
repository: file://charts/postgresql
57+
version: 14.0.1
58+
- condition: kratos.enabled
59+
name: kratos
60+
repository: '@ory'
61+
version: 0.39.1
62+
- condition: ory/hydra.enabled
63+
name: hydra
64+
repository: '@ory'
65+
version: 0.24.2
66+
description: Layer5 Cloud is a collection of services that can be deployed on-premises.
67+
digest: 59e14200dfcba4de6c767b960d9154b56a0310b7f3ea446062266565d4a71300
68+
icon: data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDEuNzMgMTQxLjczIj48dGl0bGU+NS1saWdodC1iZzwvdGl0bGU+PHJlY3QgaWQ9Il9QYXRoXyIgZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiIHg9Ijc5LjYzIiB5PSIyMy45NyIgd2lkdGg9IjM2LjkzIiBoZWlnaHQ9IjE3Ljc5IiBzdHlsZT0iZmlsbDojMDBiMzlmIi8+PHBhdGggaWQ9Il9QYXRoXzIiIGRhdGEtbmFtZT0iJmx0O1BhdGgmZ3Q7IiBkPSJNMTE5LjkyLDgzLjlWNzYuNTNjMC04LjQ5LTcuMTQtMTUuMzctMTUuOTQtMTUuMzdINDQuMzhWNTYuMzFIMjIuNTZ2MjFIOTguMVY4My45WiIgc3R5bGU9ImZpbGw6IzAwYjM5ZiIvPjxwb2x5Z29uIGlkPSJfUGF0aF8zIiBkYXRhLW5hbWU9IiZsdDtQYXRoJmd0OyIgcG9pbnRzPSI0NC4zOCA1MC41IDQ0LjM4IDQxLjc2IDczLjYgNDEuNzYgNzMuNiAyMy45NyAyMi41NiAyMy45NyAyMi41NiA1MC41IDQ0LjM4IDUwLjUiIHN0eWxlPSJmaWxsOiMwMGQzYTkiLz48cGF0aCBpZD0iX1BhdGhfNCIgZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiIGQ9Ik05OC4xLDg5LjYyVjEwMEg2OC44OHYxNy43OWgzNmExNC43NywxNC43NywwLDAsMCwxNS0xNC40OVY4OS42MloiIHN0eWxlPSJmaWxsOiMwMGQzYTkiLz48cGF0aCBpZD0iX1BhdGhfNSIgZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiIGQ9Ik00Mi42Myw5MC41OFYxMDBINjIuODV2MTcuNzloLTI2YTE0Ljc3LDE0Ljc3LDAsMCwxLTE1LTE0LjQ5VjkwLjU4WiIgc3R5bGU9ImZpbGw6IzAwYjM5ZiIvPjwvc3ZnPg==
69+
name: layer5-cloud
70+
type: application
71+
urls:
72+
- https://docs.layer5.io/charts/layer5-cloud-v0.8.357.tgz
73+
version: v0.8.357
5074
- apiVersion: v2
5175
appVersion: v0.8.356
5276
created: "2025-08-05T04:59:44.844485122Z"
@@ -1575,4 +1599,4 @@ entries:
15751599
urls:
15761600
- https://docs.layer5.io/charts/layer5-cloud-v0.8.235.tgz
15771601
version: v0.8.235
1578-
generated: "2025-08-05T04:59:44.830831227Z"
1602+
generated: "2025-08-06T04:43:25.274140121Z"

charts/layer5-cloud-v0.8.357.tgz

179 KB
Binary file not shown.

content/en/cloud/academy/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 5
44
description: >
55
Building, managing, and extending Layer5 Academy learning paths.
66
categories: [Academy]
7-
tags: [Designer]
7+
tags: [Academy]
88
---
99

1010
{{%pageinfo%}}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Content Creator Guide"
3+
weight: 2
4+
description: >
5+
Learn how to create, manage, and publish learning paths, challenges, and certifications on the Layer5 Academy platform.
6+
categories: [Academy]
7+
tags: [Academy]
8+
aliases:
9+
- /cloud/academy/extending-the-academy/
10+
---
11+
12+
**Welcome, content creators and instructors!**
13+
14+
This guide provides all the necessary documentation for building high-quality educational content on the Layer5 Academy. We leverage a Git-native workflow, allowing you to use simple Markdown to create powerful, interactive learning experiences.
15+
16+
**This section covers the entire content creation lifecycle, including:**
17+
18+
* Structuring your first Learning Path from scratch.
19+
* Writing course materials and embedding interactive labs.
20+
* Designing effective quizzes and assessments.
21+
* Managing and publishing your content.
22+
23+
We're excited to see what you'll build!

0 commit comments

Comments
 (0)