Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/.vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ onUnmounted(() => {
</a>
<div class="absolute right-0 pt-2 whitespace-nowrap min-w-52 hidden lg:group-hover:block lg:group-focus-within:block">
<div class="py-1 bg-night border border-off-white mt-2" role="menu" aria-orientation="vertical" aria-labelledby="options-menu">
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-x86_64.zip"
<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">
Comment on lines +75 to 76
Intel / AMD, 64-bit
</a>
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-arm64.zip"
<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">
ARM 64-bit
</a>
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-i386.zip"
<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">
Intel / AMD, 32-bit
</a>
Expand All @@ -97,11 +97,11 @@ onUnmounted(() => {
</a>
<div class="absolute right-0 pt-2 whitespace-nowrap min-w-52 hidden lg:group-hover:block lg:group-focus-within:block">
<div class="py-1 bg-night border border-off-white mt-2" role="menu" aria-orientation="vertical" aria-labelledby="options-menu">
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-darwin-arm64.zip"
<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">
Apple Silicon / ARM64
</a>
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-darwin-x86_64.zip"
<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">
Intel / x86_64
</a>
Expand All @@ -118,15 +118,15 @@ onUnmounted(() => {
</a>
<div class="absolute right-0 pt-2 whitespace-nowrap min-w-52 hidden lg:group-hover:block lg:group-focus-within:block">
<div class="py-1 bg-night border border-off-white mt-2" role="menu" aria-orientation="vertical" aria-labelledby="options-menu">
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-x86_64.tar.gz"
<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">
Intel / AMD, 64-bit
</a>
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-arm64.tar.gz"
<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">
ARM 64-bit
</a>
<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-i386.tar.gz"
<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">
Intel / AMD, 32-bit
</a>
Expand Down
16 changes: 8 additions & 8 deletions docs/src/docs/cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ brew install kitops
Or use ZIP instead...

1. Get the ZIP for your Mac chip type.
- MacOS:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-darwin-arm64.zip"
- MacOS:<a href="https://kitops.gateway.scarf.sh/latest/kitops-darwin-arm64.zip"
v-ga-track="{
category: 'link',
label: 'MacOS (Apple Silicon)',
location: 'docs/installation'
}">
Apple Silicon / ARM64
</a>
- MacOS:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-darwin-x86_64.zip"
- MacOS:<a href="https://kitops.gateway.scarf.sh/latest/kitops-darwin-x86_64.zip"
v-ga-track="{
category: 'link',
label: 'MacOS (Intel)',
Expand All @@ -56,23 +56,23 @@ Or use ZIP instead...
## Windows KitOps Install

1. Get the ZIP for your CPU architecture:
- Windows: <a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-x86_64.zip"
- Windows: <a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-x86_64.zip"
v-ga-track="{
category: 'link',
label: 'Windows (AMD64)',
location: 'docs/installation'
}">
Intel / AMD, 64-bit
</a>
- Windows: <a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-arm64.zip"
- Windows: <a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-arm64.zip"
v-ga-track="{
category: 'link',
label: 'Windows (ARM64)',
location: 'docs/installation'
}">
ARM 64-bit
</a>
- Windows: <a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-windows-i386.zip"
- Windows: <a href="https://kitops.gateway.scarf.sh/latest/kitops-windows-i386.zip"
v-ga-track="{
category: 'link',
label: 'Windows (x86_32)',
Expand All @@ -96,23 +96,23 @@ kit version
Or use TAR instead...

1. Get the tarball for your CPU architecture
- Linux:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-x86_64.tar.gz"
- Linux:<a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-x86_64.tar.gz"
v-ga-track="{
category: 'link',
label: 'Linux (AMD64)',
location: 'docs/installation'
}">
Intel / AMD, AMD 64-bit
</a>
- Linux:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-arm64.tar.gz"
- Linux:<a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-arm64.tar.gz"
v-ga-track="{
category: 'link',
label: 'Linux (ARM64)',
location: 'docs/installation'
}">
ARM 64-bit
</a>
- Linux:<a href="https://github.com/kitops-ml/kitops/releases/latest/download/kitops-linux-i386.tar.gz"
- Linux:<a href="https://kitops.gateway.scarf.sh/latest/kitops-linux-i386.tar.gz"
v-ga-track="{
category: 'link',
label: 'Linux (x86_32)',
Expand Down