From 0cc40b142132919a53e5eb91fa3d29d366a6eb86 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Tue, 4 Mar 2014 15:14:06 -0800 Subject: [PATCH] Create docs.json --- docs.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs.json diff --git a/docs.json b/docs.json new file mode 100644 index 0000000..317c754 --- /dev/null +++ b/docs.json @@ -0,0 +1,8 @@ +{ + "content": [ + { "title": "Container API", "depth": 2 }, + "lib/models/container.js", + { "title": "File API", "depth": 2 }, + "lib/models/file.js" + ] +}