From ec93fed2edb31ec9a31a12432b5ccd5e8b77617e Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Tue, 19 Nov 2013 17:51:05 -0800 Subject: [PATCH] Update docs.json Add subtitles for model and type objects. --- docs.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 471a2371..f1d6e98d 100644 --- a/docs.json +++ b/docs.json @@ -5,13 +5,25 @@ "depth": 2 }, { - "title": "Model and types", + "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", {