@underpostnet/underpost
Version:
33 lines (32 loc) • 880 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["./src", "./package.json", "./README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown", "plugins/summarize", "plugins/shout"],
"opts": {
"template": "node_modules/clean-jsdoc-theme",
"readme": "./README.md",
"recurse": true,
"destination": "./public/www.nexodev.org/docs/",
"encoding": "utf8",
"verbose": true,
"theme_opts": {
"default_theme": "light",
"search": true,
"title": "Nexodev - ERP, CRM Development & Cloud DevOps Services",
"homepageTitle": "Docs",
"favicon": "./public/www.nexodev.org/"
},
"tutorials": "./public/www.nexodev.org/docs/references"
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}