dragonroll/build.sh

9 lines
242 B
Bash
Raw Normal View History

2024-10-05 10:57:47 +00:00
#!/bin/bash
2024-10-05 12:31:09 +00:00
# Gen docs
2024-10-11 10:04:40 +00:00
npx vuepress-jsdoc --exclude="*"
2024-10-05 12:31:09 +00:00
# Copy media to all versions of documentation (if there is more than one)
# for d in docs/dragonroll/*/; do cp -r media "$d/media"; done
# Prebuild files for execution
node prebuild.js