Update Angular documentation (2.0.0rc4)

pull/438/head
Thibaut Courouble 9 years ago
parent ba4bcbf7ee
commit 368eda32d6

@ -19,7 +19,7 @@
.alert.is-important { @extend %note-red; } .alert.is-important { @extend %note-red; }
.alert.is-helpful { @extend %note-blue; } .alert.is-helpful { @extend %note-blue; }
td > h3, .l-sub-section > h3, .l-sub-section > h4, .alert > h3, .alert > h4 { td > h3, .l-sub-section > h3, .l-sub-section > h4, .alert > h3, .alert > h4, .row-margin > h3 {
margin-top: .25rem; margin-top: .25rem;
font-size: 1em; font-size: 1em;
} }

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

Loading…
Cancel
Save