1
0
mirror of https://github.com/badges/shields.git synced 2025-04-18 19:44:04 +03:00
shields/jsdoc.json
Seth Falco 1e72d5e905
chore: exclude services and tests from docs (#6791)
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2021-07-25 14:39:23 +00:00

22 lines
383 B
JSON

{
"source": {
"exclude": [
"__snapshots__",
"build",
"coverage",
"logo",
"node_modules",
"private",
"public"
],
"excludePattern": ".+\\.(service|spec|tester)\\.js$"
},
"plugins": ["plugins/markdown"],
"opts": {
"destination": "api-docs/",
"readme": "README.md",
"recurse": true,
"tutorials": "doc/"
}
}