1
0
mirror of /repos/Prototyper.git synced 2025-12-31 06:41:29 +01:00
Prototyper/public/templates/navigation.json
2013-04-23 12:49:18 +02:00

137 lines
3.0 KiB
JSON

{
"links": {
"prototyper": {
"title": "Prototyper",
"links": {
"homepage": {
"title": "Homepage",
"url": "http://github.com/aikomastboom/Prototyper",
"icon_class": "icon-home"
},
"editor": {
"title": "Editor",
"url": "/page/app/main.index.html",
"icon_class": "icon-home"
},
"importer": {
"title": "Import index",
"url": "/importer/index.html",
"icon_class": "icon-refresh"
},
"readme": {
"title": "Readme",
"url": "/page/app/main.readme.md",
"icon_class": "icon-info-sign"
}
}
},
"references": {
"title": "Reference",
"links": {
"frontend": {
"title": "Backend",
"links": {
"bootstrap": {
"title": "Bootstrap",
"links": {
"button-generator": {
"title": "Button Generator",
"url": "http://www.plugolabs.com/twitter-bootstrap-button-generator/"
}
}
},
"markdown": {
"title": "Markdown",
"links": {
"syntax": {
"title": "Syntax",
"url": "http://daringfireball.net/projects/markdown/syntax"
}
}
},
"knockout": {
"title": "Knockout",
"links": {
"homepage": {
"title": "Home page",
"url": "http://knockoutjs.com/index.html",
"icon_class": "icon-home"
},
"documentation": {
"title": "Documentation",
"url": "http://knockoutjs.com/documentation/introduction.html"
},
"plugins-mapping": {
"title": "Mapping Plugin",
"url": "http://knockoutjs.com/documentation/plugins-mapping.html"
}
}
},
"sharejs": {
"title": "ShareJS",
"url": "https://github.com/josephg/ShareJS/wiki"
},
"underscore": {
"title": "Underscore",
"url": "http://underscorejs.org/"
}
}
},
"backend": {
"title": "Backend",
"links": {
"node": {
"title": "NodeJS",
"links": {
"homepage": {
"title": "Homepage",
"url": "http://nodejs.org",
"icon_class": "icon-home"
},
"api": {
"title": "API",
"url": "http://nodejs.org/api/"
}
}
},
"express": {
"title": "ExpressJS",
"links": {
"homepage": {
"title": "Homepage",
"url": "http://expressjs.com",
"icon_class": "icon-home"
},
"api": {
"title": "API",
"url": "http://expressjs.com/api.html"
}
}
},
"mongodb": {
"title": "MongoDB",
"links": {
"nodedriver": {
"title": "MongoDB Node.JS Driver",
"url": "http://mongodb.github.io/node-mongodb-native/contents.html"
}
}
},
"sharejs": {
"title": "ShareJS",
"url": "https://github.com/josephg/ShareJS/wiki",
},
"underscore": {
"title": "Underscore",
"url": "http://underscorejs.org/",
"icon_class": "icon-home"
}
}
}
}
}
}
}