12345678910111213141516171819202122232425 |
- {
- "source": {
- "include": [
- "./src"
- ]
- },
- "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",
- "theme": "compdfkit"
- }
- }
|