From e5e86d522ce0ca50f259a215a688a4464b90b166 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 20 Nov 2016 16:51:38 -0500 Subject: [PATCH] Update Angular documentation (2.2.1) --- lib/docs/scrapers/angular.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/docs/scrapers/angular.rb b/lib/docs/scrapers/angular.rb index 2f29445f..f7860638 100644 --- a/lib/docs/scrapers/angular.rb +++ b/lib/docs/scrapers/angular.rb @@ -20,7 +20,8 @@ module Docs options[:replace_paths] = { 'testing/index.html' => 'guide/testing.html', 'guide/glossary.html' => 'glossary.html', - 'tutorial' => 'tutorial/' + 'tutorial' => 'tutorial/', + 'api' => 'api/' } options[:fix_urls] = -> (url) do @@ -41,12 +42,12 @@ module Docs end version '2 TypeScript' do - self.release = '2.1.2' + self.release = '2.2.1' self.base_url = 'https://angular.io/docs/ts/latest/' end version '2 Dart' do - self.release = '2.1.2' + self.release = '2.2.1' self.base_url = 'https://angular.io/docs/dart/latest/' options[:skip_patterns] += [/angular2\.compiler/]