-
Notifications
You must be signed in to change notification settings - Fork 129
feat: update the platform lesson of the JS2 course to be about JavaScript #1848
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
Preview for this PR was built for commit |
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.
Nothing major, LGTM
sources/academy/webscraping/scraping_basics_javascript2/13_platform.md
Outdated
Show resolved
Hide resolved
sources/academy/webscraping/scraping_basics_javascript2/13_platform.md
Outdated
Show resolved
Hide resolved
Preview for this PR was built for commit |
b51bf33
to
e592f90
Compare
Huh I just realized that unlisted docs are not in the preview 🤔 |
Comments addressed & rebased. I'll wait for @gullmar to also check the code. |
They are: https://pr-1848.preview.docs.apify.com/academy/scraping-basics-javascript2/platform They're not in the menu though, so to get to that page is a pretty manual process. |
Preview for this PR was built for commit |
Yeah yeah I wonder if we could have it like it is on locally run docusaurus where |
@cursor review |
Depends if you want to have the preview closer to what you see locally or as close as possible to what you'll see on production 🤷♂️ |
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.
✅ Bugbot reviewed your changes and found no bugs!
Comment @cursor review
or bugbot run
to trigger another review on this PR
sources/academy/webscraping/scraping_basics_javascript2/13_platform.md
Outdated
Show resolved
Hide resolved
Preview for this PR was built for commit |
Preview for this PR was built for commit |
…ript (apify#1848) Part of apify#1584 ----⚠️ 🐍 This PR contains also changes to the Python course, to keep the lessons consistent and synced. --------- Co-authored-by: Michał Olender <[email protected]>
Part of #1584