docs(nxdev): community plugin btn url to doc (#7369)

This commit is contained in:
Benjamin Cabanes 2021-10-14 16:03:13 -04:00 committed by GitHub
parent ccf42f020a
commit e3992c4c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,9 +309,7 @@ export function Community(props: CommunityProps) {
</div>
<div className="w-full lg:w-2/5 py-6 mt-8 text-right">
<a
href="https://github.com/nrwl/nx/blob/master/community/approved-plugins.json"
target="_blank"
rel="nofollow"
href="/nx-plugin/overview#listing-your-nx-plugin"
className="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-nx-base"
>
Add your Nx plugin to the list!