Update the download links in the docs - #1260
Conversation
Signed-off-by: Javis Pérez <javis@jozu.com>
There was a problem hiding this comment.
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.
| <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"> |
This PR updates the download links for binaries to go through Scarf rather than directly to github.