diff --git a/nx-dev/ui-remote-cache/src/lib/faq.tsx b/nx-dev/ui-remote-cache/src/lib/faq.tsx index 812b870340..eb2d7c5180 100644 --- a/nx-dev/ui-remote-cache/src/lib/faq.tsx +++ b/nx-dev/ui-remote-cache/src/lib/faq.tsx @@ -75,23 +75,6 @@ export function Faq(): ReactElement {

), }, - { - 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: ( -

- Check out our RFC for more details:{' '} - - Nx Custom Self-Hosted Remote Cache - -

- ), - }, { question: 'What security measures does Nx Cloud offer beyond the official plugins and third party plugins?', diff --git a/nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx b/nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx index f0a4b1ecd4..cd022ad19f 100644 --- a/nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx +++ b/nx-dev/ui-remote-cache/src/lib/remote-cache-solutions.tsx @@ -227,20 +227,12 @@ export function RemoteCacheSolutions(): ReactElement {

- API specs coming soon. See current{' '} - - RFC under review - - . + Create your own custom remote cache server.