docs: Update build system migration title to reflect user action (#55782)

The Angular CLI documentation topic for migrating to the new build system
now has a navigation label of "Migrating to new build system" instead of
"esbuild". This new label better reflects the action a user may want to
take rather than one of the tools used by the new build system.

PR Close #55782
This commit is contained in:
Charles Lyding
2024-05-13 15:39:25 -04:00
committed by Andrew Scott
parent 2bb12ac02f
commit abdf453b85
+1 -1
View File
@@ -679,7 +679,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
contentPath: 'tools/cli/end-to-end',
},
{
label: 'ESBuild',
label: 'Migrating to new build system',
path: 'tools/cli/esbuild',
contentPath: 'tools/cli/esbuild',
},