Skip to content

Commit c9cba99

Browse files
MeAkibalxhub
authored andcommitted
docs: add missing page title to update guide
Fixes the missing page title so the update guide displays a proper heading.
1 parent ccf3134 commit c9cba99

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

adev/src/app/routing/routes.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ const referencePageRoutes = mapNavigationItemsToRoutes(
4545
const updateGuidePageRoute: Route = {
4646
path: referenceNavigationItems.find((r) => r.path === DEFAULT_PAGES.UPDATE)!.path,
4747
loadComponent: () => import('../features/update/update.component'),
48-
data: commonReferenceRouteData,
48+
data: {
49+
...commonReferenceRouteData,
50+
label: 'Update guide',
51+
},
4952
};
5053

5154
const cliReferencePageRoutes = mapNavigationItemsToRoutes(

0 commit comments

Comments
 (0)