1
0
mirror of /repos/Prototyper.git synced 2026-02-27 16:12:00 +01:00

added icons to navigation

This commit is contained in:
Aiko Mastboom
2013-04-28 13:07:31 +02:00
parent 857dc16cda
commit 4fa53fcd01
2 changed files with 26 additions and 5 deletions

View File

@@ -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"
}
]
}
]
}
]
}
}