Skip to content
Snippets Groups Projects
Commit 8e2151e0 authored by Quentin CHEVALIER's avatar Quentin CHEVALIER
Browse files

Doc ops séparée front et back

parent 8bc1d612
No related branches found
No related tags found
No related merge requests found
Showing
with 11014 additions and 1 deletion
db/migrations/
db/seeds/
build/
node_modules/
\ No newline at end of file
node_modules/
doc/
\ No newline at end of file
{
"plugins": ["plugins/markdown", "plugins/summarize"],
"recurseDepth": 5,
"source": {
"include": ["./src","./db","./knexfile.js"],
"exclude": ["./db/migrations","./db/seeds"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"opts": {
"template": "templates/default",
"encoding": "utf8",
"destination": "./doc",
"recurse": true
},
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true
}
}
\ No newline at end of file
File added
This diff is collapsed.
File added
File added
This diff is collapsed.
File added
File added
This diff is collapsed.
File added
File added
This diff is collapsed.
File added
File added
This diff is collapsed.
File added
File added
This diff is collapsed.
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment