From 0833f028a282324fe17724fe0c808904de3023c0 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Fri, 31 Mar 2023 20:44:03 +0200 Subject: [PATCH] docs(nx-dev): remove the "Nx" header and point "Home" to the docs entry page (#16019) --- nx-dev/ui-common/src/lib/documentation-header.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nx-dev/ui-common/src/lib/documentation-header.tsx b/nx-dev/ui-common/src/lib/documentation-header.tsx index 2793001b3173b..acd12aebb682d 100644 --- a/nx-dev/ui-common/src/lib/documentation-header.tsx +++ b/nx-dev/ui-common/src/lib/documentation-header.tsx @@ -44,8 +44,7 @@ export function DocumentationHeader({ const isNx: boolean = !isNxCloud && !isPackages && !isPlugins && !isRecipes; const sections = [ - { name: 'Home', href: '/', current: false }, - { name: 'Nx', href: '/getting-started/intro', current: isNx }, + { name: 'Home', href: '/getting-started/intro', current: isNx }, { name: 'Nx Cloud', href: '/nx-cloud/intro/what-is-nx-cloud',