Skip to content

Commit

Permalink
docs(nxdev): change header plugins link to community (#10267)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed May 12, 2022
1 parent 17a11b6 commit e2150e6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions nx-dev/ui-common/src/lib/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,14 @@ export function Header(props: HeaderProps) {
Docs
</a>
</Link>
<Link href="/extending-nx/nx-devkit">
<Link href="/community#create-nx-plugin">
<a
title="Check Nx available plugins"
className="hidden px-3 py-2 leading-tight text-white md:inline-flex"
>
Plugins
</a>
</Link>
<Link href="/community">
<a
title="Check Nx community"
className="hidden px-3 py-2 leading-tight text-white md:inline-flex"
>
Community
</a>
</Link>
<Link href="/conf">
<a
title="Check Nx conference"
Expand Down

1 comment on commit e2150e6

@vercel
Copy link

@vercel vercel bot commented on e2150e6 May 12, 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.dev
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.