tridactyl/scripts/make_docs.sh
2018-05-01 10:56:15 +02:00

4 lines
138 B
Bash
Executable file

#!/bin/sh
dest=generated/static/docs
typedoc --theme src/static/typedoc/ --out $dest src --ignoreCompilerErrors
cp -r $dest build/static/