1234567891011121314151617181920212223242526 |
- {
- "source": {
- "include": [
- "./src"
- ],
- "includePattern": ".+\\.js(doc|x)?$"
- },
- "plugins": ["plugins/markdown"],
- "opts": {
- "template": "./node_modules/ink-docstrap/template/",
- "encoding": "utf8",
- "recurse": true,
- "verbose": true
- },
- "templates": {
- "cleverLinks": true,
- "outputSourceFiles": false,
- "includeDate": false,
- "useLongnameInNav": false,
- "systemName": "ComPDFKit for Web",
- "footer": "",
- "copyright": "",
- "navType": "vertical",
- "sort": "version"
- }
- }
|