docs: hide Windows CUDA download links until release (#8874)

Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
jh-block
2026-04-28 09:45:57 +02:00
committed by GitHub
parent b35eaf4bf9
commit 0aa8a563ec
2 changed files with 0 additions and 32 deletions
@@ -12,12 +12,6 @@ const WindowsDesktopInstallButtons = () => {
>
<IconDownload /> Windows
</Link>
<Link
className="button button--primary button--lg"
to="https://github.com/aaif-goose/goose/releases/download/stable/Goose-win32-x64-cuda.zip"
>
<IconDownload /> Windows CUDA
</Link>
</div>
</div>
);