Update React documentation (18.0.0)

pull/1726/head
Simon Legner 3 years ago
parent 22d0c4b7c7
commit 44d42bbd5c

@ -2,7 +2,7 @@ module Docs
class React < UrlScraper class React < UrlScraper
self.name = 'React' self.name = 'React'
self.type = 'simple' self.type = 'simple'
self.release = '17.0.2' self.release = '18.0.0'
self.base_url = 'https://reactjs.org/docs/' self.base_url = 'https://reactjs.org/docs/'
self.root_path = 'hello-world.html' self.root_path = 'hello-world.html'
self.links = { self.links = {

Loading…
Cancel
Save