fix(nx-dev): add background on pricing tiles & blog link to pricing page #27157
This commit is contained in:
parent
0e083faff8
commit
04fb62dccb
@ -90,7 +90,7 @@ Learn more at [enterprise](/enterprise).
|
||||
|
||||
Nx Cloud has evolved a lot since we first released it in 2020, and is changing even more in 2023. To better adapt to Nx Cloud being a critical CI tool, we changed our pricing model to be more consistent and predictable for CI workloads.
|
||||
|
||||
Nx Cloud’s previous pricing was based on time savings from Nx Cloud, which made sense when Nx Cloud was strictly a distributed caching service. The [new pricing model](https://nx.app/pricing) is based entirely on the number of CI pipeline executions per calendar month. We believe this is a simpler and more transparent model that should help you predict your costs far more easily.
|
||||
Nx Cloud’s previous pricing was based on time savings from Nx Cloud, which made sense when Nx Cloud was strictly a distributed caching service. The [new pricing model](/pricing) is based entirely on the number of CI pipeline executions per calendar month. We believe this is a simpler and more transparent model that should help you predict your costs far more easily.
|
||||
|
||||

|
||||
|
||||
@ -100,7 +100,7 @@ Finally, the **Enterprise plan** is for companies that want full control over wh
|
||||
|
||||
All these changes should allow developers to choose the plan that best suits their needs and budget more easily, ensuring a seamless and transparent experience regarding pricing and subscription management.
|
||||
|
||||
Learn more at [https://nx.app/pricing](https://nx.app/pricing).
|
||||
Learn more at [https://nx.dev/pricing](/pricing).
|
||||
|
||||
## Coming Next
|
||||
|
||||
|
||||
@ -154,9 +154,9 @@ Our new expanded Hobby Tier now adds trial support for all features AND includes
|
||||
|
||||
Sample the entire suite of features to see its impact on your organization. Start with everything, scale when you need more.
|
||||
|
||||
[](https://nx.app/pricing#plan-details)
|
||||
[](/pricing#plan-details)
|
||||
|
||||
Checkout the [plan details page](https://nx.app/pricing#plan-details) for more info, and see how Nx Cloud can help you!
|
||||
Checkout the [plan details page](/pricing#plan-details) for more info, and see how Nx Cloud can help you!
|
||||
|
||||
## Monorepo World Conference Speakers to Be Announced Soon!!
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@ The following resource classes are available:
|
||||
- `docker_linux_arm64/extra_large`
|
||||
- `windows/medium`
|
||||
|
||||
See their detailed description and pricing at [nx.app/pricing](https://nx.app/pricing#plan-detail?sutm_source=nx.dev&utm_medium=launch-templates).
|
||||
See their detailed description and pricing at [nx.dev/pricing](/pricing#plan-detail?sutm_source=nx.dev&utm_medium=launch-templates).
|
||||
|
||||
### `launch-templates.<template-name>.image`
|
||||
|
||||
|
||||
@ -56,7 +56,7 @@ export function Faq(): JSX.Element {
|
||||
{
|
||||
question: 'Is there a plan for open source projects?',
|
||||
answer:
|
||||
'Yes, we are happy to collaborate with open source projects. Please complete this form, and we will review your request and get back to you: https://nx.app/pricing/special-offer',
|
||||
'Yes, we are happy to collaborate with open source projects. Please complete this form, and we will review your request and get back to you: https://nx.dev/pricing/special-offer',
|
||||
},
|
||||
{
|
||||
question: 'What payment methods do you accept?',
|
||||
|
||||
@ -21,7 +21,7 @@ export function HobbyPlan({
|
||||
url: string;
|
||||
}) {
|
||||
return (
|
||||
<article className="relative rounded-b-xl py-4 ring-1 ring-blue-500 xl:py-6 dark:ring-sky-500">
|
||||
<article className="relative rounded-b-xl bg-white py-4 ring-1 ring-blue-500 xl:py-6 dark:bg-slate-950 dark:ring-sky-500">
|
||||
<h4
|
||||
id="no-credit-card-required"
|
||||
className="absolute -top-9 left-0 w-full rounded-t-2xl bg-blue-500 p-2 text-center text-sm font-medium text-white shadow-inner ring-1 ring-blue-500 dark:bg-sky-500 dark:ring-sky-500"
|
||||
|
||||
@ -21,7 +21,7 @@ export function ProPlan({
|
||||
url: string;
|
||||
}) {
|
||||
return (
|
||||
<article className="rounded-xl py-4 ring-1 ring-slate-200 xl:py-6 dark:ring-slate-800">
|
||||
<article className="rounded-xl bg-white py-4 ring-1 ring-slate-200 xl:py-6 dark:bg-slate-950 dark:ring-slate-800">
|
||||
<header className="flex items-center justify-between gap-x-4">
|
||||
<h3
|
||||
id="pro-plan"
|
||||
|
||||
@ -142,7 +142,7 @@ function readApiJson(manifestFileName: string): string[] {
|
||||
const anchorUrls = ['nx.json', 'ci.json', 'extending-nx.json'].flatMap(
|
||||
(manifestFileName) => readApiJson(manifestFileName)
|
||||
);
|
||||
const ignoreAnchorUrls = ['/nx-api', '/blog'];
|
||||
const ignoreAnchorUrls = ['/nx-api', '/blog', '/pricing'];
|
||||
|
||||
const errors: Array<{ file: string; link: string }> = [];
|
||||
const localLinkErrors: Array<{ file: string; link: string }> = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user