Skip to content

Commit 7b64b43

Browse files
committed
Update TypeScript documentation (3.0.1)
1 parent 5eb4ae5 commit 7b64b43

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
@@ -9,6 +9,7 @@ def get_name
99

1010
def get_type
1111
return 'Declaration Files' if subpath.include?('declaration-files')
12+
return 'Project Configuration' if slug == 'handbook/configuring-watch'
1213
type = at_css('#main-nav a.active').ancestors('.panel').first.at_css('> a').content
1314
type = name if type == 'Handbook'
1415
type

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.9.0'
5+
self.release = '3.0.1'
66
self.base_url = 'https://www.typescriptlang.org/docs/'
77
self.root_path = 'tutorial.html'
88
self.links = {

0 commit comments

Comments
 (0)