docs(misc): minor self-hosted cache docs fixes (#30554)
Minor updates to wording for the self-hosted cache pages
This commit is contained in:
parent
29a2b18fb7
commit
6ba90cdbb1
@ -24,7 +24,7 @@ In this instance, we did not spend enough time engaging with the community on a
|
||||
|
||||
## **1. "We don't want open source capabilities to be taken away."**
|
||||
|
||||
While we're still deprecating the older custom task runners API, our mistake was in not providing a one for one replacement. To address this, we are introducing new APIs to replace the old one — **fully supporting everything the previous implementation offered, including free self-hosted caching.**
|
||||
While we're still deprecating the older custom task runners API, our mistake was in not providing one-for-one replacement. To address this, we are introducing new APIs to replace the old one — **fully supporting everything the previous implementation offered, including free self-hosted caching.**
|
||||
|
||||
### Self-Hosted Cache API RFC
|
||||
|
||||
@ -69,3 +69,5 @@ We recognize that some of these changes felt abrupt. To address that, we've put
|
||||
The community's enthusiasm is what makes Nx successful, and we're very grateful for it. Good developer tools aren't built in isolation; they come from working together, listening, and refining as we go. The conversations we had over the past few months have helped us shape a better solution – one that works for more teams while keeping Nx fast and powerful.
|
||||
|
||||
A huge thank you to everyone who shared their thoughts and helped push Nx forward - we wouldn't be where we are without you!
|
||||
|
||||
- Victor Savkin and the Nx Team
|
||||
|
||||
@ -9,12 +9,8 @@ Nx PowerPack is a suite of paid extensions for the Nx CLI specifically designed
|
||||
|
||||
The following features are available after you [activate a Powerpack license](/nx-enterprise/activate-powerpack):
|
||||
|
||||
{% cards cols="2" lgCols="3" mdCols="3" smCols="2" %}
|
||||
|
||||
{% link-card title="Conformance" type="Powerpack Feature" url="/nx-enterprise/powerpack/conformance" icon="CheckBadgeIcon" /%}
|
||||
{% link-card title="Owners" type="Powerpack Feature" url="/nx-enterprise/powerpack/owners" icon="UserGroupIcon" /%}
|
||||
|
||||
{% /cards %}
|
||||
- [Conformance](/nx-enterprise/powerpack/conformance)
|
||||
- [Owners](/nx-enterprise/powerpack/owners)
|
||||
|
||||
{% callout title="Looking for self-hosted caching?" type="info" %}
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: 'Self-Host the Remote Cache'
|
||||
title: 'Self-Host your Remote Cache'
|
||||
description: 'Learn how to self-host Nx remote caching on AWS S3, Google Cloud, Azure, or shared drives, or build your own cache server for enhanced build performance in your monorepo.'
|
||||
---
|
||||
|
||||
# Self-Host the Remote Cache
|
||||
# Self-Host your Remote Cache
|
||||
|
||||
Nx offers different ways to enable self-hosted remote caching for your workspace that can be used starting with Nx version 19.8 and higher:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user