Add generate_docs.sh to Core/scripts

This commit is contained in:
Lucas Dower 2023-11-23 17:13:36 +00:00
parent 1b612d66ee
commit dc3f8a68e8
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
/Core/node_modules
/Core/tests/out
/Core/lib
/Core/docs
# Editor
/Editor/node_modules

5
Core/scripts/generate_docs.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
echo "Generating docs..."
cd ..
npx typedoc --entryPointStrategy expand ./src