jsdoc.conf.json 508 B

123456789101112131415161718192021222324
  1. {
  2. "plugins": ["plugins/markdown.js"],
  3. "opts": {
  4. "template": "node_modules/docdash",
  5. "encoding": "utf8",
  6. "destination": "./docs"
  7. },
  8. "templates": {
  9. "default": {
  10. "includeDate": false
  11. }
  12. },
  13. "docdash": {
  14. "static": true,
  15. "sort": true,
  16. "search": true,
  17. "collapse": true,
  18. "typedefs": false,
  19. "private": false,
  20. "navLevel": 0,
  21. "removeQuotes": "none",
  22. "scripts": []
  23. }
  24. }