jsdoc.conf 397 B

12345678910111213141516171819202122232425262728
  1. {
  2. "templates": {
  3. "cleverLinks": true,
  4. "monospaceLinks": true,
  5. "default": {
  6. "outputSourceFiles" : false
  7. },
  8. "applicationName": "Home",
  9. "disqus": "",
  10. "googleAnalytics": "",
  11. "openGraph": {
  12. "title": "",
  13. "type": "website",
  14. "image": "",
  15. "site_name": "",
  16. "url": ""
  17. },
  18. "meta": {
  19. "title": "",
  20. "description": "",
  21. "keyword": ""
  22. },
  23. "linenums": false
  24. }
  25. }