{ "tags": { "allowUnknownTags": true }, "source": { "include": ["./src"], "includePattern": ".js$", "excludePattern": "(node_modules/|docs)" }, "plugins": [ "plugins/markdown" ], "opts": { "encoding": "utf8", "destination": "docs/", "recurse": true, "verbose": true, "template": "better-docs" }, "templates": { "cleverLinks": false, "monospaceLinks": false, "search": true, "better-docs": { "name": "Sample Documentation", "title": "Test", // HTML title "css": "style.css", "trackingCode": "tracking-code-which-will-go-to-the-HEAD", "hideGenerator": false, "navLinks": [ { "label": "Git", "href": "https://git.ssh.surf/MiTask/LinkUp-Bot-Lib" } ] } } }