Updates for JSDoc changes for API doc.
This commit is contained in:
parent
9c2098cd35
commit
4c8682b1c2
45
docs.json
45
docs.json
|
@ -1,51 +1,13 @@
|
||||||
{
|
{
|
||||||
"content": [
|
"content": [
|
||||||
{
|
|
||||||
"title": "LoopBack DataSource API",
|
|
||||||
"depth": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Model builder",
|
|
||||||
"depth": 3
|
|
||||||
},
|
|
||||||
|
|
||||||
"lib/model-builder.js",
|
|
||||||
{
|
|
||||||
"title": "Types",
|
|
||||||
"depth": 3
|
|
||||||
},
|
|
||||||
"lib/types.js",
|
|
||||||
{
|
|
||||||
"title": "GeoPoint",
|
|
||||||
"depth": 3
|
|
||||||
},
|
|
||||||
"lib/geo.js",
|
|
||||||
{
|
|
||||||
"title": "Model",
|
|
||||||
"depth": 3
|
|
||||||
},
|
|
||||||
"lib/model.js",
|
|
||||||
|
|
||||||
{
|
|
||||||
"title": "DataSource",
|
|
||||||
"depth": 3
|
|
||||||
},
|
|
||||||
"lib/datasource.js",
|
"lib/datasource.js",
|
||||||
|
"lib/geo.js",
|
||||||
{
|
|
||||||
"title": "Data access mixins",
|
|
||||||
"depth": 3
|
|
||||||
},
|
|
||||||
"lib/dao.js",
|
"lib/dao.js",
|
||||||
"lib/hooks.js",
|
"lib/model.js",
|
||||||
|
"lib/model-builder.js",
|
||||||
"lib/include.js",
|
"lib/include.js",
|
||||||
"lib/relations.js",
|
"lib/relations.js",
|
||||||
"lib/validations.js",
|
"lib/validations.js",
|
||||||
|
|
||||||
{
|
|
||||||
"title": "Base class for SQL connectors",
|
|
||||||
"depth": 3
|
|
||||||
},
|
|
||||||
"lib/sql.js"
|
"lib/sql.js"
|
||||||
],
|
],
|
||||||
"codeSectionDepth": 4,
|
"codeSectionDepth": 4,
|
||||||
|
@ -54,4 +16,3 @@
|
||||||
"/docs": "/docs"
|
"/docs": "/docs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue