logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

build-docs.sh (171B)


  1. #!/usr/bin/env bash
  2. cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
  3. yarn install
  4. [[ -e docs ]] || ln -sf ../../docs docs
  5. DEBUG='vitepress:*,vite:*' yarn run docs:build