Update docs.json

Add subtitles for model and type objects.
This commit is contained in:
Rand McKinney 2013-11-19 17:51:05 -08:00
parent 95700a526a
commit ec93fed2ed
1 changed files with 13 additions and 1 deletions

View File

@ -5,13 +5,25 @@
"depth": 2 "depth": 2
}, },
{ {
"title": "Model and types", "title": "Model builder",
"depth": 3 "depth": 3
}, },
"lib/model-builder.js", "lib/model-builder.js",
{
"title": "Types",
"depth": 3
},
"lib/types.js", "lib/types.js",
{
"title": "GeoPoint",
"depth": 3
},
"lib/geo.js", "lib/geo.js",
{
"title": "Model",
"depth": 3
},
"lib/model.js", "lib/model.js",
{ {