diff --git a/.gitignore b/.gitignore index 67c27eb..50982a6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /Core/node_modules /Core/tests/out /Core/lib +/Core/docs # Editor /Editor/node_modules diff --git a/Core/scripts/generate_docs.sh b/Core/scripts/generate_docs.sh new file mode 100755 index 0000000..24691c5 --- /dev/null +++ b/Core/scripts/generate_docs.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "Generating docs..." +cd .. +npx typedoc --entryPointStrategy expand ./src \ No newline at end of file