Update TypeScript documentation (3.1.6)

pull/929/head
Thibaut Courouble 6 years ago
parent 8d7218fe5f
commit 0373a0a210

@ -2,7 +2,7 @@ module Docs
class Typescript < UrlScraper class Typescript < UrlScraper
self.name = 'TypeScript' self.name = 'TypeScript'
self.type = 'simple' self.type = 'simple'
self.release = '3.0.1' self.release = '3.1.6'
self.base_url = 'https://www.typescriptlang.org/docs/' self.base_url = 'https://www.typescriptlang.org/docs/'
self.root_path = 'tutorial.html' self.root_path = 'tutorial.html'
self.links = { self.links = {

Loading…
Cancel
Save