jsdoc.conf.json 165 B

1234567891011
  1. {
  2. "plugins": ["plugins/markdown"],
  3. "destination": "docs",
  4. "readme": "README.md",
  5. "templates": {
  6. "default": {
  7. "useLongnameInNav": true
  8. }
  9. }
  10. }