mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
26 lines
576 B
JSON
26 lines
576 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": ["jsdoc"]
|
|
},
|
|
"source": {
|
|
"include": ["client", "server", "shared", "package.json", "README.md"],
|
|
"includePattern": ".js$",
|
|
"excludePattern": "(node_modules/|docs)"
|
|
},
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": true,
|
|
"useLongnameInNav": false,
|
|
"showInheritedInNav": true
|
|
},
|
|
"opts": {
|
|
"destination": "./docs/",
|
|
"encoding": "utf8",
|
|
"private": true,
|
|
"recurse": true,
|
|
"template": "./node_modules/minami"
|
|
}
|
|
}
|