Skip to content

Commit 6ba90cd

Browse files
authored
docs(misc): minor self-hosted cache docs fixes (#30554)
Minor updates to wording for the self-hosted cache pages
1 parent 29a2b18 commit 6ba90cd

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

docs/blog/2025-03-31-custom-runners-and-self-hosted-caching.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this instance, we did not spend enough time engaging with the community on a
2424

2525
## **1. "We don't want open source capabilities to be taken away."**
2626

27-
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.**
27+
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.**
2828

2929
### Self-Hosted Cache API RFC
3030

@@ -69,3 +69,5 @@ We recognize that some of these changes felt abrupt. To address that, we've put
6969
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.
7070

7171
A huge thank you to everyone who shared their thoughts and helped push Nx forward - we wouldn't be where we are without you!
72+
73+
- Victor Savkin and the Nx Team

docs/shared/features/powerpack/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ Nx PowerPack is a suite of paid extensions for the Nx CLI specifically designed
99

1010
The following features are available after you [activate a Powerpack license](/nx-enterprise/activate-powerpack):
1111

12-
{% cards cols="2" lgCols="3" mdCols="3" smCols="2" %}
13-
14-
{% link-card title="Conformance" type="Powerpack Feature" url="/nx-enterprise/powerpack/conformance" icon="CheckBadgeIcon" /%}
15-
{% link-card title="Owners" type="Powerpack Feature" url="/nx-enterprise/powerpack/owners" icon="UserGroupIcon" /%}
16-
17-
{% /cards %}
12+
- [Conformance](/nx-enterprise/powerpack/conformance)
13+
- [Owners](/nx-enterprise/powerpack/owners)
1814

1915
{% callout title="Looking for self-hosted caching?" type="info" %}
2016

docs/shared/recipes/running-tasks/self-hosted-caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: 'Self-Host the Remote Cache'
2+
title: 'Self-Host your Remote Cache'
33
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.'
44
---
55

6-
# Self-Host the Remote Cache
6+
# Self-Host your Remote Cache
77

88
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:
99

0 commit comments

Comments
 (0)