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.
This commit is contained in:
Benjamin Cabanes 2025-04-24 10:44:49 -04:00 committed by GitHub
parent 1413abcff3
commit abd40db6bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 27 deletions

View File

@ -75,23 +75,6 @@ export function Faq(): ReactElement {
</p> </p>
), ),
}, },
{
question: 'How will versioning be handled in the API specification?',
answerJson:
'Check out our RFC for more details: https://github.com/nrwl/nx/discussions/30548',
answerUi: (
<p>
Check out our RFC for more details:{' '}
<Link
href="https://github.com/nrwl/nx/discussions/30548"
title="See documentation"
className="font-semibold"
>
Nx Custom Self-Hosted Remote Cache
</Link>
</p>
),
},
{ {
question: question:
'What security measures does Nx Cloud offer beyond the official plugins and third party plugins?', 'What security measures does Nx Cloud offer beyond the official plugins and third party plugins?',

View File

@ -227,20 +227,12 @@ export function RemoteCacheSolutions(): ReactElement {
</h4> </h4>
</div> </div>
<p className="mt-2 text-sm"> <p className="mt-2 text-sm">
API specs coming soon. See current{' '} Create your own custom remote cache server.
<Link
href="https://github.com/nrwl/nx/discussions/30548"
title="See RFC on GitHub"
className="italic underline"
>
RFC under review
</Link>
.
</p> </p>
<div className="mt-8"> <div className="mt-8">
<ButtonLink <ButtonLink
href="https://github.com/nrwl/nx/discussions/30548" href="/recipes/running-tasks/self-hosted-caching#build-your-own-caching-server"
aria-describedby="open-api" aria-describedby="open-api"
title="Remote cache api specs" title="Remote cache api specs"
size="default" size="default"