mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Angular documentation (2.0.0rc4)
This commit is contained in:
parent
ba4bcbf7ee
commit
368eda32d6
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
.alert.is-important { @extend %note-red; }
|
||||
.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;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@ module Docs
|
|||
end
|
||||
|
||||
version '2.0 TypeScript' do
|
||||
self.release = '2.0.0rc3'
|
||||
self.release = '2.0.0rc4'
|
||||
self.base_url = "https://angular.io/docs/ts/latest/"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue