diff --git a/public/index.html b/public/index.html index 47b3837..8d57339 100644 --- a/public/index.html +++ b/public/index.html @@ -76,10 +76,13 @@ diff --git a/public/templates/navigation.json b/public/templates/navigation.json index 0c1cfe5..bd5912e 100644 --- a/public/templates/navigation.json +++ b/public/templates/navigation.json @@ -8,10 +8,15 @@ "url": "http://github.com/aikomastboom/Prototyper", "icon_class": "icon-home" }, + { + "title": "Index", + "url": "/", + "icon_class": "icon-home" + }, { "title": "Editor", "url": "/page/app/main.index.html", - "icon_class": "icon-home" + "icon_class": "icon-pencil" }, { "title": "Import index", @@ -34,6 +39,11 @@ { "title": "Bootstrap", "links": [ + { + "title": "Homepage", + "url": "http://twitter.github.io/bootstrap/", + "icon_class": "icon-home" + }, { "title": "Button Generator", "url": "http://www.plugolabs.com/twitter-bootstrap-button-generator/" @@ -123,6 +133,10 @@ { "title": "MongoDB", "links": [ + { + "title": "MongoDB Manual", + "url": "http://docs.mongodb.org/manual/contents/" + }, { "title": "MongoDB Node.JS Driver", "url": "http://mongodb.github.io/node-mongodb-native/contents.html" @@ -137,11 +151,15 @@ "title": "Underscore", "url": "http://underscorejs.org/", "icon_class": "icon-home" + }, + { + "title": "MarkdownJS", + "url": "https://github.com/evilstreak/markdown-js", + "icon_class": "icon-home" } - ] } ] } ] -} \ No newline at end of file +}