From e305f8fe2544b3524c4cb198454552ff1c2951b0 Mon Sep 17 00:00:00 2001 From: Juri Date: Fri, 15 Dec 2023 16:19:47 +0100 Subject: [PATCH] feat(nx-dev): update documentation dropdown menu links --- nx-dev/ui-common/src/lib/header.tsx | 35 ++++++++++++++++------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/nx-dev/ui-common/src/lib/header.tsx b/nx-dev/ui-common/src/lib/header.tsx index 2775c5a94597c..5c2a7c1468015 100644 --- a/nx-dev/ui-common/src/lib/header.tsx +++ b/nx-dev/ui-common/src/lib/header.tsx @@ -16,10 +16,15 @@ export function Header(): JSX.Element { href: '/getting-started/intro', }, { - name: 'Concepts', - description: 'What to know more about how Nx is working?', - href: '/concepts', + name: 'Nx on CI', + description: 'Learn how to efficiently use Nx on CI', + href: '/ci/intro/ci-with-nx', }, + // { + // name: 'Concepts', + // description: 'What to know more about how Nx is working?', + // href: '/concepts', + // }, { name: 'Core Features', description: @@ -27,16 +32,22 @@ export function Header(): JSX.Element { href: '/core-features', }, { - name: 'Distributed cache & task execution', + name: 'Nx Cache', description: - 'Executes tasks remotely on different agents in parallel. Enable remote cache in one command.', - href: '/ci/features/distribute-task-execution', + 'Built-in local and remote caching to speed up your tasks and save you time and money.', + href: '/ci/features/nx-agents', }, { name: 'Recipes', description: 'Follow instructions to do common specific tasks.', href: '/recipes', }, + { + name: 'Nx Agents', + description: + 'Executes tasks remotely on different agents in parallel. Enable remote cache in one command.', + href: '/ci/features/nx-agents', + }, { name: 'Nx Console', description: @@ -44,15 +55,9 @@ export function Header(): JSX.Element { href: '/core-features/integrate-with-editors#vscode', }, { - name: 'API', - description: 'API docs of the Nx team maintained plugins.', - href: '/nx-api', - }, - { - name: 'CI', - description: - 'Learn everything about remote cache and distributed tasks configuration.', - href: '/ci/intro/ci-with-nx', + name: 'Set Up CI', + description: 'Configure Nx for your CI provider', + href: '/ci/recipes/set-up', }, ]; const flyoutMobileMenu = [