Commit 930242a
authored
refactor: introduce a shared folder for partials and images from both JS and Python courses (#1889)
#### Previously
- Python course had an `images` folder with images
- New JS course (unlisted) had an `images` folder as well, but it was
just a symlink to the Python one
- Each of the courses had it's own `_exercises.mdx`
#### After this change
- There will be three top level folders: `scraping_basics` with shared
stuff, `scraping_basics_javascript2` for the JS course,
`scraping_basics_python` for the Python course
- The `scraping_basics` contains shared images and partials (currently
just `_exercises.mdx`, but there is a potential to share more in the
future if we want)
- The JS and Python courses link to the shared folder for images and
partials
- Only one shared `_exercises.mdx`, no duplication
- No symlinks or other hacks
#### Note
This change doesn't touch the original `scraping_basics_javascript`
course at all.1 parent f7000af commit 930242a
File tree
74 files changed
+111
-122
lines changed- .github/styles/config/vocabularies/Docs
- sources/academy/webscraping
- scraping_basics_javascript2
- scraping_basics_python
- scraping_basics
- images
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+111
-122
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments