docs(nxdev): add Lerna button on homepage that links to the guide (#10281)
This commit is contained in:
parent
ee1b625307
commit
c6c7b64d36
@ -122,6 +122,15 @@ export function Index(): ReactComponentElement<any> {
|
|||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
|
<Link href="/migration/lerna-and-nx">
|
||||||
|
<a
|
||||||
|
title="Integrate Nx and Lerna"
|
||||||
|
className="text-blue-nx-base hover:text-blue-nx-dark w-full flex-none rounded-md border border-transparent bg-white py-3 px-6 text-lg font-semibold leading-6 transition hover:bg-gray-100 focus:ring-2 focus:ring-offset-2 focus:ring-offset-white sm:w-auto"
|
||||||
|
>
|
||||||
|
Nx & Lerna
|
||||||
|
</a>
|
||||||
|
</Link>
|
||||||
|
|
||||||
<Link href="/migration/adding-to-monorepo">
|
<Link href="/migration/adding-to-monorepo">
|
||||||
<a
|
<a
|
||||||
title="Add Nx to existing Monorepo"
|
title="Add Nx to existing Monorepo"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user