about summary refs log tree commit diff stats
path: root/js/scripting-lang/jsdoc.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/jsdoc.json')
-rw-r--r--js/scripting-lang/jsdoc.json12
1 files changed, 5 insertions, 7 deletions
diff --git a/js/scripting-lang/jsdoc.json b/js/scripting-lang/jsdoc.json
index 2b8749f..2c15df9 100644
--- a/js/scripting-lang/jsdoc.json
+++ b/js/scripting-lang/jsdoc.json
@@ -7,20 +7,18 @@
     "includePattern": ".js$",
     "excludePattern": "(node_modules/|docs/|repl/)"
   },
-  "plugins": ["node_modules/better-docs/category", "node_modules/better-docs/component"],
   "templates": {
     "cleverLinks": false,
-    "monospaceLinks": false,
-    "default": {
-      "outputSourceFiles": true
-    },
-    "path": "node_modules/better-docs"
+    "monospaceLinks": true,
+    "useLongnameInNav": false,
+    "showInheritedInNav": true
   },
   "opts": {
     "destination": "./docs",
     "recurse": true,
     "readme": "./README.md",
     "package": "./package.json",
-    "tutorials": "./tutorials"
+    "tutorials": "./tutorials",
+    "template": "node_modules/minami"
   }
 } 
\ No newline at end of file