at main 673 B view raw
1{ 2 "tags": { 3 "allowUnknownTags": true, 4 "dictionaries": ["jsdoc"] 5 }, 6 "source": { 7 "include": ["src"], 8 "includePattern": ".+\\.js(doc)?$", 9 "excludePattern": "(^|\\/|\\\\)_" 10 }, 11 "opts": { 12 "template": "node_modules/tidy-jsdoc-fork", 13 "encoding": "utf8", 14 "destination": "./docs/", 15 "recurse": true 16 }, 17 "plugins": ["plugins/markdown"], 18 "templates": { 19 "referenceTitle": "skypod", 20 "cleverLinks": true, 21 "monospaceLinks": true 22 }, 23 "metadata": { 24 "title": "skypod" 25 }, 26 "styles": { 27 "nav-width": "400px", 28 "heading-size": "1.4rem", 29 "definition-size": "1.0rem" 30 }, 31 "markdown": { 32 "hardwrap": true 33 } 34}