docs: reintroduce typedoc documentation

This commit is contained in:
Rainer Killinger
2021-08-30 10:01:00 +02:00
committed by Jovan Krunić
parent 96e3acf9ba
commit cb43171640

View File

@@ -32,7 +32,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src",
"documentation": "typedoc --out docs --readme README.md --includeVersion --listInvalidSymbolLinks src",
"plantuml-start": "docker run --name plantuml-server -d -p 8080:8080 registry.gitlab.com/openstapps/core-tools:latest",
"plantuml-restart": "docker restart plantuml-server",
"plantuml-stop": "docker stop plantuml-server",
@@ -91,6 +91,6 @@
"nock": "13.1.1",
"prepend-file-cli": "1.0.6",
"prettier": "2.3.2",
"rimraf": "3.0.2"
"typedoc": "0.21.9"
}
}