We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbe075 commit e5e86d5Copy full SHA for e5e86d5
1 file changed
lib/docs/scrapers/angular.rb
@@ -20,7 +20,8 @@ class Angular < UrlScraper
20
options[:replace_paths] = {
21
'testing/index.html' => 'guide/testing.html',
22
'guide/glossary.html' => 'glossary.html',
23
- 'tutorial' => 'tutorial/'
+ 'tutorial' => 'tutorial/',
24
+ 'api' => 'api/'
25
}
26
27
options[:fix_urls] = -> (url) do
@@ -41,12 +42,12 @@ class Angular < UrlScraper
41
42
end
43
44
version '2 TypeScript' do
- self.release = '2.1.2'
45
+ self.release = '2.2.1'
46
self.base_url = 'https://angular.io/docs/ts/latest/'
47
48
49
version '2 Dart' do
50
51
self.base_url = 'https://angular.io/docs/dart/latest/'
52
53
options[:skip_patterns] += [/angular2\.compiler/]
0 commit comments