diff --git a/public/index.html b/public/index.html index a5be07f..e866ec4 100644 --- a/public/index.html +++ b/public/index.html @@ -1,4 +1,41 @@ -{ +{ + "projects" : [ + { + "title" : "Prototyper", + "docs" : [ + { + "collection" : "app", + "name" : "main" + }, + { + "collection" : "app", + "name" : "config" + }, + { + "collection" : "app", + "name" : "templates" + }, + { + "collection" : "app", + "name" : "navigation" + }, + { + "collection" : "app", + "name" : "projects" + } + ] + }, + { + "title" : "Test One", + "docs" : [ + { + "collection" : "tests", + "name" : "test1" + } + ] + } + ] +}{ "navigation": { "collection": "app", "name": "navigation" @@ -10,23 +47,28 @@ "collection": "app", "name": "main" }, + "projects": { + "collection": "app", + "name": "projects" + }, "viewModel": { - "main": - { + "main": { "editorId": "editor", "mapping" : { "ignore": ["version"] } }, - "navigation": - { + "navigation": { "mapping": {}, "elementId": "navigation" }, - "user": - { + "user": { "mapping": {}, "elementId": "user" + }, + "projects": { + "mapping": {}, + "elementId": "project_tree" } } }{ @@ -129,7 +171,9 @@
-
+ +
+
  • @@ -137,7 +181,8 @@
-
+ +