-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(nx-dev): powerpack landing page #27963
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 642f804. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 4 targets
Sent with 💌 from NxCloud. |
dc8dd52
to
bf3e5f9
Compare
bf3e5f9
to
eee6a28
Compare
dfe060c
to
2e4bd80
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I think Powerpack should be described as extensions to
the Nx CLI
and not justNx
. That makes it clearer what the distinction is between Powerpack and Nx Cloud. - Amazon refers to their S3 product as Amazon S3 not AWS S3
- A few typo fixes
nx-dev/nx-dev/app/powerpack/page.tsx
Outdated
export const metadata: Metadata = { | ||
title: 'Nx PowerPack', | ||
description: | ||
'Nx PowerPack is a suite of advanced tools designed for enterprise use cases.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Nx PowerPack is a suite of advanced tools designed for enterprise use cases.', | |
'Nx PowerPack is a suite of paid extensions for the Nx CLI specifically designed for enterprises.', |
nx-dev/nx-dev/app/powerpack/page.tsx
Outdated
url: 'https://nx.dev/powerpack', | ||
title: 'Nx PowerPack', | ||
description: | ||
'Nx PowerPack is a suite of advanced tools designed for enterprise use cases.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Nx PowerPack is a suite of advanced tools designed for enterprise use cases.', | |
'Nx PowerPack is a suite of paid extensions for the Nx CLI specifically designed for enterprises.', |
{ | ||
name: 'Nx Powerpack', | ||
description: | ||
'A suite of paid extensions for Nx specifically designed for enterprises.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'A suite of paid extensions for Nx specifically designed for enterprises.', | |
'A suite of paid extensions for the Nx CLI specifically designed for enterprises.', |
href="#workspace-conformance" | ||
title="Workspace conformance" | ||
> | ||
wokrspace conformance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wokrspace conformance | |
workspace conformance |
nx-dev/ui-powerpack/src/lib/hero.tsx
Outdated
Nx Powerpack | ||
</SectionHeading> | ||
<SectionHeading as="p" variant="subtitle" className="mt-6 text-center"> | ||
A suite of paid extensions for Nx specifically designed for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A suite of paid extensions for Nx specifically designed for | |
A suite of paid extensions for the Nx CLI specifically designed for |
Self-hosted cache storage | ||
</SectionHeading> | ||
<p className="mt-6 text-pretty text-lg"> | ||
Nx Powerpack enables you to use <Strong>AWS S3</Strong> or a{' '} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nx Powerpack enables you to use <Strong>AWS S3</Strong> or a{' '} | |
Nx Powerpack enables you to use <Strong>Amazon S3</Strong> or a{' '} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't probably matter a lot, but in the docs we also mention mostly "AWS S3" everywhere
</SectionHeading> | ||
<p className="mt-6 text-pretty text-lg"> | ||
Nx Powerpack enables you to use <Strong>AWS S3</Strong> or a{' '} | ||
<Strong>custom network drive</Strong> as your remote cache |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Strong>custom network drive</Strong> as your remote cache | |
<Strong>shared network drive</Strong> as your remote cache |
4958479
to
735112d
Compare
735112d
to
c2b4241
Compare
c2b4241
to
cd25150
Compare
cd25150
to
642f804
Compare
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #