Skip to content

Commit

Permalink
Fix docs.json for API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crandmck committed Apr 23, 2014
1 parent 4f9d41e commit 09ae494
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"content": [
"README.md",
{"title": "LoopBack PostgreSQL Connector API", "depth": 2},
"lib/postgresql.js"
"content": [
{
"title": "LoopBack PostgreSQL Connector",
"depth": 2
},
"lib/postgresql.js",
{
"title": "Discovery API",
"depth": 2
},
"lib/discovery.js"
],
"codeSectionDepth": 3
}
Expand Down

0 comments on commit 09ae494

Please sign in to comment.