Skip to content

Instantly share code, notes, and snippets.

@hugolpz
Last active March 31, 2021 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugolpz/6d9da24a02a1dd53442112230b5c5af6 to your computer and use it in GitHub Desktop.
Save hugolpz/6d9da24a02a1dd53442112230b5c5af6 to your computer and use it in GitHub Desktop.
JSDoc3-custom-files
{
"docdash": {
"scripts": [
"style-custom.css", // source path
"script-custom.js", // source path
]
},
"templates": {
"default": {
"staticFiles": {
"include": [
"./docs/style-custom.css", // final position
"./docs/script-custom.js", // final position
]
}
}
}
}
"templates": {
....
"default": {
"layoutFile": "./your/template/path/yourLayout.tmpl", // <--------- edit it happily :)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment