Update Angular documentation (2.0.0rc3)

pull/427/merge
Thibaut Courouble 9 years ago
parent d6a5e421ff
commit 77ea68b3ba

@ -20,6 +20,10 @@ module Docs
def get_type
if slug.start_with?('guide/')
'Guide'
elsif slug.start_with?('cookbook/')
'Cookbook'
elsif slug == 'glossary'
'Guide'
else
type = at_css('.is-nav-title-selected').content.strip
type.remove! ' Reference'

@ -19,7 +19,7 @@ module Docs
options[:replace_paths] = {
'testing/index.html' => 'guide/testing.html',
'glossary.html' => 'guide/glossary.html',
'guide/glossary.html' => 'glossary.html',
'tutorial' => 'tutorial/'
}
@ -42,7 +42,7 @@ module Docs
end
version '2.0 TypeScript' do
self.release = '2.0.0rc1'
self.release = '2.0.0rc3'
self.base_url = "https://angular.io/docs/ts/latest/"
end

Loading…
Cancel
Save