docs: move angularjs and add performance to nav (#26375)
PR Close #26375
This commit is contained in:
parent
1657c997cd
commit
bd186c7ef9
|
@ -473,6 +473,27 @@
|
||||||
"url": "guide/universal",
|
"url": "guide/universal",
|
||||||
"title": "Server-side Rendering",
|
"title": "Server-side Rendering",
|
||||||
"tooltip": "Render HTML server-side with Angular Universal."
|
"tooltip": "Render HTML server-side with Angular Universal."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Upgrading from AngularJS",
|
||||||
|
"tooltip": "Incrementally upgrade an AngularJS application to Angular.",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"url": "guide/upgrade",
|
||||||
|
"title": "Upgrading Instructions",
|
||||||
|
"tooltip": "Incrementally upgrade an AngularJS application to Angular."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "guide/upgrade-performance",
|
||||||
|
"title": "Upgrading for Performance",
|
||||||
|
"tooltip": "Upgrade from AngularJS to Angular in a more flexible way."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "guide/ajs-quick-reference",
|
||||||
|
"title": "AngularJS-Angular Concepts",
|
||||||
|
"tooltip": "Learn how AngularJS concepts and techniques map to Angular."
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -570,22 +591,6 @@
|
||||||
"url": "guide/updating",
|
"url": "guide/updating",
|
||||||
"title": "Keeping Up-to-Date",
|
"title": "Keeping Up-to-Date",
|
||||||
"tooltip": "Information about updating Angular applications and libraries to the latest version."
|
"tooltip": "Information about updating Angular applications and libraries to the latest version."
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Upgrading from AngularJS",
|
|
||||||
"tooltip": "Incrementally upgrade an AngularJS application to Angular.",
|
|
||||||
"children": [
|
|
||||||
{
|
|
||||||
"url": "guide/upgrade",
|
|
||||||
"title": "Upgrading Instructions",
|
|
||||||
"tooltip": "Incrementally upgrade an AngularJS application to Angular."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "guide/ajs-quick-reference",
|
|
||||||
"title": "AngularJS-Angular Concepts",
|
|
||||||
"tooltip": "Learn how AngularJS concepts and techniques map to Angular."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue