docs: Add redirect setup script informing users to switch to ZMK CLI (#3168)
This commit is contained in:
parent
40e06f3c00
commit
340e35c461
4 changed files with 5 additions and 617 deletions
3
docs/static/setup.ps1
vendored
Normal file
3
docs/static/setup.ps1
vendored
Normal 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
2
docs/static/setup.sh
vendored
Normal 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."
|
||||
Loading…
Add table
Add a link
Reference in a new issue