jsdoc.config.json 547 B

12345678910111213141516171819202122232425
  1. {
  2. "source": {
  3. "include": [
  4. "./src"
  5. ]
  6. },
  7. "plugins": ["plugins/markdown"],
  8. "opts": {
  9. "template": "./node_modules/ink-docstrap/template/",
  10. "encoding": "utf8",
  11. "recurse": true,
  12. "verbose": true
  13. },
  14. "templates": {
  15. "cleverLinks": true,
  16. "outputSourceFiles": false,
  17. "includeDate": false,
  18. "useLongnameInNav": false,
  19. "systemName": "ComPDFKit for Web",
  20. "footer": "",
  21. "copyright": "",
  22. "navType": "vertical",
  23. "theme": "compdfkit"
  24. }
  25. }