Update TypeScript documentation (2.1.5)

pull/565/head
Thibaut Courouble 8 years ago
parent 6bb2a6ecb8
commit ced83e1d48

@ -18,6 +18,7 @@ module Docs
def additional_entries
return [] unless slug.start_with?('handbook')
return [] if slug.include?('release-notes')
return [] if slug == 'handbook/writing-definition-files'
css('.post-content h1, .post-content h2').each_with_object [] do |node, entries|

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

Loading…
Cancel
Save