Update node.js, homebrew, react-bootstrap by AnmolDh · Pull Request #1992 · freeCodeCamp/devdocs
- Updated the versions and releases in the scraper file
- Ensured the license is up-to-date and that the documentation's entry in the array in
about_tmpl.coffeematches its data inself.attribution - Ensured the icons and the
SOURCEfile inpublic/icons/your_scraper_name/are up-to-date if the documentation has a custom icon - Ensured
self.linkscontains up-to-date urls ifself.linksis defined - Tested the changes locally to ensure:
- The scraper still works without errors
- The scraped documentation still looks consistent with the rest of DevDocs
- The categorization of entries is still good
AnmolDh
changed the title
Update node.js
Update node.js, homebrew, react-bootstrap
| self.base_url = 'https://nodejs.org/api/' | ||
| end | ||
|
|
||
| version '19 LTS' do |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
19 isn't an LTS release.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, since version 19 is not an LTS release and its EOL is approaching in about a week, it should not be listed, ig.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> bundle exec thor docs:generate --force --package react_bootstrap
ERROR:
https://react-bootstrap.github.io/docs/layout/breakpoints/
NoMethodError: undefined method `content' for nil:NilClass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters