parent
971e78dc35
commit
a800ccd922
|
@ -498,18 +498,18 @@
|
||||||
"title": "Keeping Up-to-Date",
|
"title": "Keeping Up-to-Date",
|
||||||
"tooltip": "Angular release practices, planning for updates, and update resources.",
|
"tooltip": "Angular release practices, planning for updates, and update resources.",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"url": "guide/updating",
|
"url": "guide/updating",
|
||||||
"title": "Updating Your Projects",
|
"title": "Updating Your Projects",
|
||||||
"tooltip": "Information about updating Angular applications and libraries to the latest version."
|
"tooltip": "Information about updating Angular applications and libraries to the latest version."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "guide/releases",
|
"url": "guide/releases",
|
||||||
"title": "Angular Releases",
|
"title": "Angular Releases",
|
||||||
"tooltip": "Angular versioning, release, support, and deprecation policies and practices."
|
"tooltip": "Angular versioning, release, support, and deprecation policies and practices."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"title": "Upgrading from AngularJS",
|
"title": "Upgrading from AngularJS",
|
||||||
|
@ -660,9 +660,9 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"docVersions": [
|
"docVersions": [
|
||||||
{ "title": "v4 (LTS)", "url": "https://v4.angular.io" },
|
{ "title": "v5", "url": "https://v5.angular.io" },
|
||||||
|
{ "title": "v4", "url": "https://v4.angular.io" },
|
||||||
{ "title": "v2", "url": "https://v2.angular.io" },
|
{ "title": "v2", "url": "https://v2.angular.io" },
|
||||||
{ "title": "AngularDart", "url": "https://webdev.dartlang.org/angular" }
|
{ "title": "AngularDart", "url": "https://webdev.dartlang.org/angular" }
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue