~ruther/qmk_firmware

ref: 6042f90b9f42f44852925a083172127f457fb913 qmk_firmware/builddefs/docsgen/build-docs.sh -rwxr-xr-x 171 bytes
6042f90b — Rutherther feat: add delete key, TTY key 10 months ago
                                                                                
1
2
3
4
5
6
#!/usr/bin/env bash

cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
yarn install
[[ -e docs ]] || ln -sf ../../docs docs
DEBUG='vitepress:*,vite:*' yarn run docs:build
Do not follow this link