mirror of
https://github.com/tauri-apps/tauri-forage.git
synced 2026-02-04 10:41:21 +01:00
42 lines
808 B
JSON
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"
|
|
}
|
|
}
|