Skip to content

Commit 638e932

Browse files
committed
removed from extending-the-academy
Signed-off-by: kirti763 <kg4180553@gmail.com>
1 parent 3641b7b commit 638e932

File tree

1 file changed

+0
-32
lines changed
  • content/en/cloud/academy/extending-the-academy

1 file changed

+0
-32
lines changed

content/en/cloud/academy/extending-the-academy/index.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -49,35 +49,3 @@ For example, a Learning Path titled "Mastering Kubernetes" might contain:
4949
To ensure security and isolation, all of your content files must be placed within a directory named for your organization UUID. You'll learn the specifics of how to do this in our [hands-on tutorial](/cloud/academy/creating-your-learning-path/).
5050
{{< /alert >}}
5151

52-
### Debugging Content Uploads Using Events
53-
54-
If your content is not appearing in the Academy after a GitHub release, it may have failed to publish. You can troubleshoot these issues using the **Events** section in [Layer5 Cloud](https://cloud.layer5.io).
55-
56-
To view publishing logs:
57-
58-
1. Navigate to **Settings > Events**
59-
2. Switch to the **Audit** tab
60-
3. Apply a filter using the action type:
61-
`AcademyUpserted`
62-
This will show all attempts to upload content, including which ones failed and why.
63-
64-
**Common Errors You Might See**
65-
- **Duplicate IDs**
66-
Two lessons or paths using the same identifier. You can fix this by renaming or regenerating unique IDs.
67-
68-
- **Invalid Content Type**
69-
For example,
70-
Instead of
71-
```yaml
72-
type: "learning-paths"
73-
```
74-
it should be:
75-
```yaml
76-
type: "learning-path"
77-
```
78-
- **Missing Required Fields**
79-
Ensure that title, description, and type are included in the content’s frontmatter.
80-
81-
{{< alert type="info" title="Tip" >}}
82-
Use the event filter `AcademyRegisteredToContent` to track user activity, like who enrolled in which learning path.
83-
{{< /alert >}}

0 commit comments

Comments
 (0)