Skip to content

Commit 7f89c9b

Browse files
bcabanesjaysoo
authored andcommitted
docs(nx-dev): remove deprecated RFC references & update link (#30849)
Removed outdated references to RFC #30548 in FAQ and remote cache solutions components. Updated the link to point to the relevant documentation on building a custom caching server.
1 parent 065f0c7 commit 7f89c9b

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

nx-dev/ui-remote-cache/src/lib/faq.tsx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,6 @@ export function Faq(): ReactElement {
7575
</p>
7676
),
7777
},
78-
{
79-
question: 'How will versioning be handled in the API specification?',
80-
answerJson:
81-
'Check out our RFC for more details: https://github.com/nrwl/nx/discussions/30548',
82-
answerUi: (
83-
<p>
84-
Check out our RFC for more details:{' '}
85-
<Link
86-
href="https://github.com/nrwl/nx/discussions/30548"
87-
title="See documentation"
88-
className="font-semibold"
89-
>
90-
Nx Custom Self-Hosted Remote Cache
91-
</Link>
92-
</p>
93-
),
94-
},
9578
{
9679
question:
9780
'What security measures does Nx Cloud offer beyond the official plugins and third party plugins?',

nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -227,20 +227,12 @@ export function RemoteCacheSolutions(): ReactElement {
227227
</h4>
228228
</div>
229229
<p className="mt-2 text-sm">
230-
API specs coming soon. See current{' '}
231-
<Link
232-
href="https://github.com/nrwl/nx/discussions/30548"
233-
title="See RFC on GitHub"
234-
className="italic underline"
235-
>
236-
RFC under review
237-
</Link>
238-
.
230+
Create your own custom remote cache server.
239231
</p>
240232

241233
<div className="mt-8">
242234
<ButtonLink
243-
href="https://github.com/nrwl/nx/discussions/30548"
235+
href="/recipes/running-tasks/self-hosted-caching#build-your-own-caching-server"
244236
aria-describedby="open-api"
245237
title="Remote cache api specs"
246238
size="default"

0 commit comments

Comments
 (0)