Files
tauri-forage/jsdoc.json
Daniel Thompson-Yvetot 2c10c1c2ff fix(typo): in docs
2020-01-26 21:07:48 +01:00

42 lines
808 B
JSON

{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc"
]
},
"source": {
"include": [
"dist",
"package.json",
"README.md"
],
"includePattern": ".esm.js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown",
"node_modules/jsdoc-mermaid",
"node_modules/better-docs/category",
"node_modules/better-docs/component"
],
"templates": {
"default": {
"includeDate": false
},
"cleverLinks": true,
"monospaceLinks": false,
"better-docs": {
"name": "tauri-forage Documentation"
}
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"readme": "README.md",
"recurse": true,
"verbose": true,
"template": "node_modules/better-docs"
}
}