From 09ae4947d5a3d23f7178cc98c7f8cfb54cdf53d4 Mon Sep 17 00:00:00 2001 From: crandmck Date: Wed, 23 Apr 2014 15:25:20 -0700 Subject: [PATCH] Fix docs.json for API docs --- docs.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs.json b/docs.json index 6a32de8b..07255133 100644 --- a/docs.json +++ b/docs.json @@ -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 }