smoke-machine-js
Version:
A collection of helper functions often used in my projects.
29 lines (28 loc) • 568 B
JSON
{
"opts": {
"template": "node_modules/docdash"
},
"plugins": ["plugins/markdown"],
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": true,
"removeQuotes": "none",
"scripts": [],
"menu": {
"Github repo": {
"href": "https://github.com/Smoke3785/smoke-machine-js",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
}
},
"templates": {
"default": {
"useLongnameInNav": true
}
}
}