Skip to content

Update the download links in the docs - #1260

Merged
javisperez merged 1 commit into
kitops-ml:mainfrom
javisperez:1418-ui-add-scarf-script-to-kitops-download
Aug 5, 2026
Merged

Update the download links in the docs#1260
javisperez merged 1 commit into
kitops-ml:mainfrom
javisperez:1418-ui-add-scarf-script-to-kitops-download

Conversation

@javisperez

Copy link
Copy Markdown
Contributor

This PR updates the download links for binaries to go through Scarf rather than directly to github.

Signed-off-by: Javis Pérez <javis@jozu.com>
@javisperez
javisperez requested review from Jwilliamsr, amisevsk and gorkem and a lite review from Copilot August 5, 2026 17:17
@javisperez javisperez self-assigned this Aug 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the documentation site’s binary download URLs to route through Scarf (kitops.gateway.scarf.sh) instead of linking directly to GitHub release assets, ensuring future “latest” downloads can be tracked/redirected consistently.

Changes:

  • Updated OS/arch download links in the CLI installation guide to use the Scarf gateway.
  • Updated the docs homepage download dropdown links (Windows/macOS/Linux) to use the Scarf gateway.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/src/docs/cli/installation.md Repoints installation guide download links from GitHub Releases to Scarf gateway URLs.
docs/.vitepress/theme/components/Home.vue Repoints homepage download dropdown links from GitHub Releases to Scarf gateway URLs.
Suppressed comments (7)

docs/.vitepress/theme/components/Home.vue:80

  • This external link opens in a new tab (target="_blank") but is missing rel="noopener noreferrer", which can allow reverse-tabnabbing. Add the rel attribute to mitigate.
          <a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-arm64.zip"
            target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">

docs/.vitepress/theme/components/Home.vue:84

  • This external link opens in a new tab (target="_blank") but is missing rel="noopener noreferrer", which can allow reverse-tabnabbing. Add the rel attribute to mitigate.
          <a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-i386.zip"
            target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">

docs/.vitepress/theme/components/Home.vue:101

  • This external link opens in a new tab (target="_blank") but is missing rel="noopener noreferrer", which can allow reverse-tabnabbing. Add the rel attribute to mitigate.
          <a href="https://kitops.gateway.scarf.sh/latest/kitops-darwin-arm64.zip"
            target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">

docs/.vitepress/theme/components/Home.vue:105

  • This external link opens in a new tab (target="_blank") but is missing rel="noopener noreferrer", which can allow reverse-tabnabbing. Add the rel attribute to mitigate.
          <a href="https://kitops.gateway.scarf.sh/latest/kitops-darwin-x86_64.zip"
            target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">

docs/.vitepress/theme/components/Home.vue:122

  • This external link opens in a new tab (target="_blank") but is missing rel="noopener noreferrer", which can allow reverse-tabnabbing. Add the rel attribute to mitigate.
          <a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-x86_64.tar.gz"
            target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">

docs/.vitepress/theme/components/Home.vue:126

  • This external link opens in a new tab (target="_blank") but is missing rel="noopener noreferrer", which can allow reverse-tabnabbing. Add the rel attribute to mitigate.
          <a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-arm64.tar.gz"
            target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">

docs/.vitepress/theme/components/Home.vue:130

  • This external link opens in a new tab (target="_blank") but is missing rel="noopener noreferrer", which can allow reverse-tabnabbing. Add the rel attribute to mitigate.
          <a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-i386.tar.gz"
            target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +75 to 76
<a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-x86_64.zip"
target="_blank" class="block px-4 py-2 text-white hocus:text-night font-bold hocus:bg-gold" role="menuitem">

@Jwilliamsr Jwilliamsr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Javis

@javisperez
javisperez merged commit 052e718 into kitops-ml:main Aug 5, 2026
9 checks passed
@javisperez
javisperez deleted the 1418-ui-add-scarf-script-to-kitops-download branch August 5, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants