Update node.js, homebrew, react-bootstrap by AnmolDh · Pull Request #1992 · freeCodeCamp/devdocs

@AnmolDh

  • 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.coffee matches its data in self.attribution
  • Ensured the icons and the SOURCE file in public/icons/your_scraper_name/ are up-to-date if the documentation has a custom icon
  • Ensured self.links contains up-to-date urls if self.links is 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 AnmolDh changed the title Update node.js Update node.js, homebrew, react-bootstrap

May 21, 2023

naomi-lgbt

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.

@AnmolDh

TechQuery

@AnmolDh @TechQuery

Co-authored-by: South Drifted <shiy2008@gmail.com>

simon04

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

@AnmolDh

@AnmolDh

TechQuery

@simon04