docs: Add redirect setup script informing users to switch to ZMK CLI (#3168)

This commit is contained in:
Nicolas Munnich 2025-12-29 18:26:00 +00:00 committed by GitHub
parent 40e06f3c00
commit 340e35c461
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 617 deletions

3
docs/static/setup.ps1 vendored Normal file
View file

@ -0,0 +1,3 @@
# setup.ps1
Write-Host "This setup script has been removed. Please use the ZMK CLI instead."
Write-Host "Visit https://zmk.dev/docs/user-setup for more information."

2
docs/static/setup.sh vendored Normal file
View file

@ -0,0 +1,2 @@
echo "This setup script has been removed. Please use the ZMK CLI instead."
echo "Visit https://zmk.dev/docs/user-setup for more information."