From abdf453b85477ace0d6a3ddebeb3663edc1629bc Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Mon, 13 May 2024 15:39:25 -0400 Subject: [PATCH] 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 --- adev/src/app/sub-navigation-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/app/sub-navigation-data.ts b/adev/src/app/sub-navigation-data.ts index 0002b8b54dc..df2828f4f49 100644 --- a/adev/src/app/sub-navigation-data.ts +++ b/adev/src/app/sub-navigation-data.ts @@ -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', },