version 3.0.0 API Docs (#4943)

* Adds documentation and docs generation upon merge

* nits
This commit is contained in:
Florent Vilmart
2018-08-09 16:20:13 -04:00
parent 457d51a972
commit 0571675fcd
10 changed files with 465 additions and 3 deletions

23
jsdoc-conf.json Normal file
View File

@@ -0,0 +1,23 @@
{
"plugins": ["node_modules/jsdoc-babel", "plugins/markdown"],
"babel": {
"plugins": ["transform-flow-strip-types"]
},
"source": {
"include": ["./README.md", "./src/cloud-code"],
"excludePattern": "(^|\\/|\\\\)_"
},
"templates": {
"default": {
"outputSourceFiles": false
},
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"recurse": true,
"template": "node_modules/minami",
"showInheritedInNav": false,
"useLongnameInNav": true
}
}