Skip to content

Commit

Permalink
docs(nxdev): add nx cloud section on flyout menu (#13906)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Dec 19, 2022
1 parent 6a28842 commit 61d1d51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nx-dev/ui-common/src/lib/header.tsx
Expand Up @@ -49,6 +49,12 @@ export function Header(): JSX.Element {
'Officials packages available for a better developer experience.',
href: '/packages',
},
{
name: 'Nx Cloud',
description:
'Learn everything about remote cache and distributed tasks configuration.',
href: '/nx-cloud/intro/what-is-nx-cloud',
},
];
const flyoutMobileMenu = [
{
Expand Down

1 comment on commit 61d1d51

@vercel
Copy link

@vercel vercel bot commented on 61d1d51 Dec 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.