mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
CODEBASE: Generate display data for math notation at built time and remove runtime mathjax dependency (#2447)
This commit is contained in:
@@ -13,12 +13,16 @@ rm input/bitburner.api.json && rm -r input
|
||||
|
||||
echo ""
|
||||
echo "Bundling ingame documentation..."
|
||||
node tools/bundle-doc/index.js
|
||||
node tools/bundle-doc/index.mjs
|
||||
|
||||
echo ""
|
||||
echo "Add generated docs to git..."
|
||||
# This git add is needed due to documenter using wrong line endings. Console spam discarded.
|
||||
git add markdown/ 2> /dev/null && git add tsdoc-metadata.json 2> /dev/null
|
||||
|
||||
echo ""
|
||||
echo "Generate math notation output..."
|
||||
node tools/bundle-doc/generate-math-notation-output.mjs
|
||||
|
||||
echo ""
|
||||
echo "Documentation build completed."
|
||||
|
||||
Reference in New Issue
Block a user