mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 22:42:54 +00:00
docs: reintroduce typedoc documentation
This commit is contained in:
committed by
Jovan Krunić
parent
96e3acf9ba
commit
cb43171640
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user