qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

build-docs.sh (171B)


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