@@ -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 = {