-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat:Documentation and Workflow Updates for Level One and Level Two Courses #3591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Junaid43
commented
Aug 31, 2025
- Updated the UI Editor image in Level One Course, Chapter One.
- Added and updated images for the Search node, HTTP Request node, and Merge node in Chapter 5 of the Level Two Course.
- Added a workflow example for the XML node in JSON format for Level Two Course, Chapter 2.
- Added a workflow example for the HTTP Request node and blog integration in JSON format for Level Two Course, Chapter
- Updated the README file to include details about the workflow for Chapter 5.1.
✅ Deploy Preview for n8n-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, please have a team admin upgrade your team to Bugbot Pro by visiting the Cursor dashboard. Your first 14 days will be free!
@@ -53,6 +53,11 @@ Let's get the title of the latest n8n blog post: | |||
<figure><img src="/_images/courses/level-two/chapter-two/exercise_html_htmlextractnode.png" alt="Result of HTML Extract node" style="width:100%"><figcaption align = "center"><i>Result of HTML Extract node</i></figcaption></figure> | |||
|
|||
|
|||
The finished workflow will look like this: | |||
|
|||
[[ workflowDemo("file:////courses/level-two/chapter-2.json") ]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Workflow Demo Shortcodes Fail to Load
The workflowDemo
shortcodes in this chapter appear to have two path-related issues. The file paths are missing the _workflows
directory component, and they use a non-standard file:////
protocol. This combination will likely prevent the embedded workflow demos from loading correctly.
Additional Locations (1)
@@ -79,6 +84,10 @@ In the [final exercise of Chapter 1](/courses/level-two/chapter-1.md#exercise_2) | |||
To transform data the other way around, select the mode **XML to JSON**. | |||
|
|||
|
|||
The finished workflow will look like this: | |||
|
|||
[[ workflowDemo("file:////courses/level-two/chapter-2-xml-node.json") ]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Junaid43! Thanks for your contribution, but we are no longer updating the course. We expect to fully replace it in the coming months. Please review n8n's contributing guidelines. |