docs: move "Browser Support" page in navigation tree (#42326)

Closes #39270

PR Close #42326
This commit is contained in:
Pete Bacon Darwin 2021-05-25 20:54:22 +01:00 committed by Zach Arend
parent 3d9062dad7
commit 063d1789c2

View File

@ -291,7 +291,6 @@
"title": "Router reference", "title": "Router reference",
"tooltip": "Describes highlight some core router API concepts." "tooltip": "Describes highlight some core router API concepts."
} }
] ]
}, },
{ {
@ -672,6 +671,11 @@
"title": "Roadmap", "title": "Roadmap",
"tooltip": "Roadmap of the Angular team." "tooltip": "Roadmap of the Angular team."
}, },
{
"url": "guide/browser-support",
"title": "Browser Support",
"tooltip": "Browser support and polyfills guide."
},
{ {
"title": "Updating to Version 12", "title": "Updating to Version 12",
"tooltip": "Support for updating your application from version 11 to 12.", "tooltip": "Support for updating your application from version 11 to 12.",
@ -809,11 +813,6 @@
"title": "TypeScript Configuration", "title": "TypeScript Configuration",
"tooltip": "TypeScript configuration for Angular developers." "tooltip": "TypeScript configuration for Angular developers."
}, },
{
"url": "guide/browser-support",
"title": "Browser Support",
"tooltip": "Browser support and polyfills guide."
},
{ {
"url": "guide/strict-mode", "url": "guide/strict-mode",
"title": "Strict mode", "title": "Strict mode",
@ -1146,4 +1145,4 @@
] ]
} }
] ]
} }