mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-15 17:56:31 -04:00
6 lines
172 B
Bash
Executable file
6 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/
|