Skip to content

Commit 930242a

Browse files
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

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

.github/styles/config/vocabularies/Docs/accept.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ subreddits?
119119
[Ss]ubwoofer
120120
Tripadvisor
121121
upvote
122-
walkthroughs?
122+
[Ww]alkthroughs?
123123

124124
ul
125125
[Aa]gno

0 commit comments

Comments
 (0)