docs(nx-dev): update Nx Powerpack messaging & links (#29918)

Revised FAQ and hero section to clarify that Nx Powerpack is included in
Nx Enterprise, replacing references to OSS licenses with trial-related
messaging.
This commit is contained in:
Benjamin Cabanes 2025-02-06 16:18:38 -05:00 committed by GitHub
parent f7f1864d52
commit f8f1f070de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 12 deletions

View File

@ -34,6 +34,11 @@ export function Faq(): ReactElement {
answer: answer:
'You can get a trial license immediately. Read more here: https://nx.dev/nx-enterprise/powerpack/free-licenses-and-trials', 'You can get a trial license immediately. Read more here: https://nx.dev/nx-enterprise/powerpack/free-licenses-and-trials',
}, },
{
question: 'Want to use Powerpack for OSS?',
answer:
'You can apply for a free OSS license here: https://nx.dev/powerpack/special-offer',
},
{ {
question: question:
'Only interested in Nx Powerpack because of Custom Tasks Runner deprecation', 'Only interested in Nx Powerpack because of Custom Tasks Runner deprecation',

View File

@ -63,14 +63,14 @@ export function Hero(): ReactElement {
</a> </a>
</div> </div>
<p className="mt-6 text-sm italic"> <p className="mt-6 text-sm italic">
Want to use Powerpack for OSS? Nx Powerpack is included in Nx Enterprise.
<br /> <br />
<Link <Link
href="/powerpack/special-offer" href="/enterprise/trial"
prefetch={false} prefetch={false}
className="font-semibold underline" className="font-semibold underline"
> >
Apply for a free OSS license. Request a free trial of Nx Enterprise
</Link> </Link>
</p> </p>
</div> </div>

View File

@ -207,14 +207,7 @@ export function PowerpackFeatures(): ReactElement {
procurement processes procurement processes
</Strong> </Strong>
. Your teams can get started quickly without lengthy . Your teams can get started quickly without lengthy
negotiations, ensuring a faster go-to-market.{' '} negotiations, ensuring a faster go-to-market.
<TextLink
href="https://cloud.nx.app/powerpack/request/trial?utm_source=nx-website&utm_medium=referral&utm_campaign=powerpack-landing-page&utm_content=link&utm_term=free-trial-available-for-enterprises"
title="Get a Powerpack license"
>
Free trial available for Enterprises
</TextLink>
.
</p> </p>
</div> </div>
</div> </div>
@ -234,7 +227,11 @@ export function PowerpackFeatures(): ReactElement {
customers customers
</Strong> </Strong>
, unlocking additional capabilities without needing to manage , unlocking additional capabilities without needing to manage
more tools or onboard a new vendor. more tools or onboard a new vendor.{' '}
<TextLink href="/enterprise/trial" title="Nx Enterprise trial">
Request a free trial of Nx Enterprise
</TextLink>
.
</p> </p>
</div> </div>
</div> </div>