aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-bdd/plugins/jsdoc_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-bdd/plugins/jsdoc_config.json')
-rw-r--r--sdc-workflow-bdd/plugins/jsdoc_config.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/sdc-workflow-bdd/plugins/jsdoc_config.json b/sdc-workflow-bdd/plugins/jsdoc_config.json
new file mode 100644
index 00000000..a5a608e8
--- /dev/null
+++ b/sdc-workflow-bdd/plugins/jsdoc_config.json
@@ -0,0 +1,15 @@
+{
+ "tags": {
+ "allowUnknownTags": true
+ },
+ "templates": {
+ "default": {
+ "outputSourceFiles": false
+ }
+ },
+ "plugins": ["plugins/steps"],
+ "opts": {
+ "template": "node_modules/jsdoc-one-page",
+ "destination": "docs/"
+ }
+} \ No newline at end of file