Skip to content

Commit

Permalink
Update Angular documentation (15.1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Feb 21, 2023
1 parent 35c966a commit b85f071
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/docs/scrapers/angular.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def url_for(path)
end

version do
self.release = '15.1.4'
self.release = '15.1.5'
self.base_url = 'https://angular.io/'
include Docs::Angular::Since12
end
Expand All @@ -95,13 +95,13 @@ def url_for(path)
end

version '13' do
self.release = '13.3.12'
self.release = '13.3.8'
self.base_url = 'https://v13.angular.io/'
include Docs::Angular::Since12
end

version '12' do
self.release = '12.2.17'
self.release = '12.2.13'
self.base_url = 'https://v12.angular.io/'
include Docs::Angular::Since12
end
Expand All @@ -113,13 +113,13 @@ def url_for(path)
end

version '10' do
self.release = '10.2.5'
self.release = '10.2.3'
self.base_url = 'https://v10.angular.io/'
include Docs::Angular::Common
end

version '9' do
self.release = '9.1.13'
self.release = '9.1.12'
self.base_url = 'https://v9.angular.io/'
include Docs::Angular::Common
end
Expand All @@ -131,7 +131,7 @@ def url_for(path)
end

version '7' do
self.release = '7.2.16'
self.release = '7.2.15'
self.base_url = 'https://v7.angular.io/'
include Docs::Angular::Common
end
Expand All @@ -149,7 +149,7 @@ def url_for(path)
end

version '4' do
self.release = '4.4.7'
self.release = '4.4.6'
self.base_url = 'https://v4.angular.io/'
include Docs::Angular::Common
end
Expand Down

0 comments on commit b85f071

Please sign in to comment.