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