jsdoc.json 982 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "opts": {
  3. "encoding": "utf8",
  4. "destination": "../admin-doc/",
  5. "recurse": true,
  6. "verbose": true,
  7. "readme": "./readme.md",
  8. "template": "node_modules/better-docs"
  9. },
  10. "tags": {
  11. "allowUnknownTags": true
  12. },
  13. "plugins": [
  14. "node_modules/better-docs/typescript",
  15. "node_modules/better-docs/component",
  16. "node_modules/better-docs/category",
  17. "plugins/markdown"
  18. ],
  19. "source": {
  20. "exclude": [
  21. "./.nuxt",
  22. "./coverage",
  23. "./node_modules",
  24. "./nuxt.config.js",
  25. "./.eslintrc.js",
  26. "./jest.config.js",
  27. "./jest.config.js"
  28. ],
  29. "includePattern": "\\.(js|ts)$"
  30. },
  31. "templates": {
  32. "better-docs": {
  33. "name": "Documentation",
  34. "navigation": [
  35. {
  36. "label": "FAQ",
  37. "href": "https://ressources.opentalent.fr/"
  38. },
  39. {
  40. "label": "SPEC",
  41. "href": "https://assistance.opentalent.fr/"
  42. }
  43. ]
  44. },
  45. "search": true
  46. }
  47. }