Skip to content

Commit ced83e1

Browse files
committed
Update TypeScript documentation (2.1.5)
1 parent 6bb2a6e commit ced83e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/docs/filters/typescript/entries.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def get_type
1818

1919
def additional_entries
2020
return [] unless slug.start_with?('handbook')
21+
return [] if slug.include?('release-notes')
2122
return [] if slug == 'handbook/writing-definition-files'
2223

2324
css('.post-content h1, .post-content h2').each_with_object [] do |node, entries|

lib/docs/scrapers/typescript.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Typescript < UrlScraper
33
self.name = 'TypeScript'
44
self.type = 'typescript'
5-
self.release = '2.0.6'
5+
self.release = '2.1.5'
66
self.base_url = 'https://www.typescriptlang.org/docs/'
77
self.root_path = 'tutorial.html'
88
self.links = {

0 commit comments

Comments
 (0)