Update Angular documentation (2.0.0rc6)

Closes #472.
pull/481/head
Thibaut Courouble 9 years ago
parent d2d44231df
commit f9dfcf4504

@ -2,7 +2,12 @@ module Docs
class Angular
class EntriesFilter < Docs::EntriesFilter
def get_name
name = at_css('header.hero h1').content.strip
if slug.start_with?('tutorial') || slug.start_with?('guide')
name = at_css('.nav-list-item.is-selected').content.strip
else
name = at_css('header.hero h1').content.strip
end
name = name.split(':').first
if mod

@ -42,7 +42,7 @@ module Docs
end
version '2.0 TypeScript' do
self.release = '2.0.0rc5'
self.release = '2.0.0rc6'
self.base_url = "https://angular.io/docs/ts/latest/"
end

Loading…
Cancel
Save