Skip to content

Commit

Permalink
Enable images for jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jandusek4 committed Mar 10, 2022
1 parent b97b0d8 commit 35d063a
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsdoc-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"monospaceLinks": true,
"outputSourceFiles": false,
"staticFiles": {
"include": ["jsdoc-static/"]
"include": ["jsdoc-static/", "assets"]
}
},
"footerText": "Datacap Utils Toolkit",
Expand Down
199 changes: 199 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"gulp": "^4.0.2",
"jsdoc": "^3.6.6",
"rimraf": "^2.7.1",
"sequence-stream": "^0.1.0"
"sequence-stream": "^0.1.0",
"copyfiles": "^2.4.1"
},
"scripts": {
"generatejsdoc": "rimraf docs && jsdoc . -r -c ./jsdoc-conf.json -d docs -R ./README.md"
"generatejsdoc": "rimraf docs && copyfiles -a assets/* assets/ && jsdoc . -r -c ./jsdoc-conf.json -d docs -R ./README.md && rimraf assets/assets"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 35d063a

Please sign in to comment.