From 9f78564a9ca1497bac08bd82399086af15ee7e92 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Tue, 4 Mar 2014 15:18:02 -0800 Subject: [PATCH] Change Files to document --- docs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs.json b/docs.json index 317c754..c4ecfa2 100644 --- a/docs.json +++ b/docs.json @@ -1,8 +1,8 @@ { "content": [ - { "title": "Container API", "depth": 2 }, - "lib/models/container.js", - { "title": "File API", "depth": 2 }, - "lib/models/file.js" + { "title": "LoopBack Storage Service", "depth": 2 }, + "lib/storage-service.js", + { "title": "Container API", "depth": 3 }, + "lib/storage-handler.js" ] }