jsdoc-vuejs
jsdoc-vuejs copied to clipboard
Feature request : support custom jsdoc template
Hi,Thanks for your work on this. I have a problem: I create a custom jsdoc template with my own css style,etc. jsdocs folder: βββ plugins βββ template β βββ static β βββ tmpl βββ config.json
config.json "opts": { "recurse": true, "template": "./template", "configPath": "./", "destination": "./docs" }
But this plugin only supports 4 templates,not supports "./template". Is it possible to supports custom jsdoc templateοΌ
My current solution : recommend template folder should include a 'default.ejs' file . βββ plugins βββ template β βββ default.ejs β βββ static β βββ tmpl βββ config.json
getTemplatePath.js file like this:

Any suggestions?Thank you.