mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
TOOLS: Update doc.sh (#2331)
* TOOLS: Update doc.sh * Update as suggested
This commit is contained in:
11
tools/doc.sh
11
tools/doc.sh
@@ -1,9 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Bundling ingame documentation..."
|
||||
node tools/bundle-doc/index.js
|
||||
|
||||
echo ""
|
||||
echo "Using API Extractor to generate mappings for Netscript API definitions..."
|
||||
npx api-extractor run
|
||||
|
||||
@@ -15,7 +11,14 @@ echo ""
|
||||
echo "Running cleanup tasks..."
|
||||
rm input/bitburner.api.json && rm -r input
|
||||
|
||||
echo ""
|
||||
echo "Bundling ingame documentation..."
|
||||
node tools/bundle-doc/index.js
|
||||
|
||||
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 "Documentation build completed."
|
||||
|
||||
Reference in New Issue
Block a user