Adds documentations for adapters and main constructors (#4951)

* wip

* Adds documentations for adapters, and constructors

* nits

* nit
This commit is contained in:
Florent Vilmart
2018-08-10 15:51:31 -04:00
parent 0571675fcd
commit 942b9b5b1a
17 changed files with 3316 additions and 2708 deletions

View File

@@ -4,20 +4,20 @@
"plugins": ["transform-flow-strip-types"]
},
"source": {
"include": ["./README.md", "./src/cloud-code"],
"include": ["./README.md", "./src/cloud-code", "./src/Options/docs.js", "./src/ParseServer.js", "./src/Adapters"],
"excludePattern": "(^|\\/|\\\\)_"
},
"templates": {
"default": {
"outputSourceFiles": false
"outputSourceFiles": false,
"showInheritedInNav": false,
"useLongnameInNav": true
},
"cleverLinks": false,
"cleverLinks": true,
"monospaceLinks": false
},
"opts": {
"recurse": true,
"template": "node_modules/minami",
"showInheritedInNav": false,
"useLongnameInNav": true
"template": "node_modules/@parse/minami",
"recurse": true
}
}