refactor: introduce a shared folder for partials and images from both JS and Python courses #1889
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Previously
images
folder with imagesimages
folder as well, but it was just a symlink to the Python one_exercises.mdx
After this change
scraping_basics
with shared stuff,scraping_basics_javascript2
for the JS course,scraping_basics_python
for the Python coursescraping_basics
contains shared images and partials (currently just_exercises.mdx
, but there is a potential to share more in the future if we want)_exercises.mdx
, no duplicationNote
This change doesn't touch the original
scraping_basics_javascript
course at all.