We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb4ae5 commit 7b64b43Copy full SHA for 7b64b43
2 files changed
lib/docs/filters/typescript/entries.rb
@@ -9,6 +9,7 @@ def get_name
9
10
def get_type
11
return 'Declaration Files' if subpath.include?('declaration-files')
12
+ return 'Project Configuration' if slug == 'handbook/configuring-watch'
13
type = at_css('#main-nav a.active').ancestors('.panel').first.at_css('> a').content
14
type = name if type == 'Handbook'
15
type
lib/docs/scrapers/typescript.rb
@@ -2,7 +2,7 @@ module Docs
2
class Typescript < UrlScraper
3
self.name = 'TypeScript'
4
self.type = 'typescript'
5
- self.release = '2.9.0'
+ self.release = '3.0.1'
6
self.base_url = 'https://www.typescriptlang.org/docs/'
7
self.root_path = 'tutorial.html'
8
self.links = {
0 commit comments