mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
5 lines
172 B
Bash
Executable file
5 lines
172 B
Bash
Executable file
#!/bin/sh
|
|
dest=generated/static/docs
|
|
typedoc --out $dest src --ignoreCompilerErrors
|
|
./scripts/commandline_injector.sh $dest/modules/_excmds_.html
|
|
cp -r $dest build/static/
|