1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00
Prototyper/public/templates/navigation.json
2013-04-30 23:20:34 +02:00

229 lines
5.0 KiB
JSON

{
"default_icon": "icon-home",
"links": [
{
"title": "Prototyper",
"links": [
{
"title": "Homepage",
"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-pencil"
},
{
"title": "Import index",
"url": "/importer/index.html",
"icon_class": "icon-refresh"
},
{
"title": "Readme",
"url": "/page/app/main.readme.md",
"icon_class": "icon-info-sign",
"modal": "popup"
}
]
},
{
"title": "Reference",
"links": [
{
"title": "Ace Editor ShortCut Keys",
"url": "https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts"
},
{
"title": "Frontend",
"links": [
{
"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/"
}
]
},
{
"title": "Font Awsome",
"links": [
{
"title": "Homepage",
"url": "http://fortawesome.github.io/Font-Awesome/",
"icon_class": "icon-home"
}
]
},
{
"title": "Markdown",
"links": [
{
"title": "Syntax",
"url": "http://daringfireball.net/projects/markdown/syntax"
}
]
},
{
"title": "Knockout",
"links": [
{
"title": "Home page",
"url": "http://knockoutjs.com/index.html",
"icon_class": "icon-home"
},
{
"title": "Documentation",
"url": "http://knockoutjs.com/documentation/introduction.html",
"icon_class": "icon-book"
},
{
"title": "Mapping Plugin",
"url": "http://knockoutjs.com/documentation/plugins-mapping.html"
},
{
"title": "Quick Tip: Telling Knockout to Skip Binding Part of a Page",
"url": "http://www.knockmeout.net/2012/05/quick-tip-skip-binding.html"
}
]
},
{
"title": "LessCSS",
"url": "http://lesscss.org/"
},
{
"title": "ShareJS",
"url": "https://github.com/josephg/ShareJS/wiki"
},
{
"title": "Underscore",
"url": "http://underscorejs.org/",
"icon_class": "icon-home"
},
{
"title": "ACE",
"url": "http://ace.ajax.org/#nav=api"
}
]
},
{
"title": "Backend",
"links": [
{
"title": "NodeJS",
"links": [
{
"title": "Homepage",
"url": "http://nodejs.org",
"icon_class": "icon-home"
},
{
"title": "API",
"url": "http://nodejs.org/api/",
"icon_class": "icon-book"
}
]
},
{
"title": "ExpressJS",
"links": [
{
"title": "Homepage",
"url": "http://expressjs.com",
"icon_class": "icon-home"
},
{
"title": "API",
"url": "http://expressjs.com/api.html",
"icon_class": "icon-book"
}
]
},
{
"title": "MongoDB",
"links": [
{
"title": "MongoDB Manual",
"url": "http://docs.mongodb.org/manual/contents/",
"icon_class": "icon-book"
},
{
"title": "MongoDB Node.JS Driver",
"url": "http://mongodb.github.io/node-mongodb-native/contents.html",
"icon_class": "icon-book"
}
]
},
{
"title": "ShareJS",
"url": "https://github.com/josephg/ShareJS/wiki",
"icon_class": "icon-book"
},
{
"title": "Handlebars",
"url": "http://handlebarsjs.com/",
"icon_class": "icon-home"
},
{
"title": "Underscore",
"url": "http://underscorejs.org/",
"icon_class": "icon-home"
},
{
"title": "MarkdownJS",
"url": "https://github.com/evilstreak/markdown-js",
"icon_class": "icon-home"
}
]
}
]
},
{
"title": "Ops",
"links": [
{
"title": "Tasks",
"links": [
{
"title": "New Task",
"url": "http://operations.local:4000/newticket",
"icon_class": "icon-fire"
},
{
"title": "Overview",
"url": "http://operations.local:4000/report",
"icon_class": "icon-align-justify"
}
]
},
{
"title": "Rhodecode",
"links": [
{
"title": "Prototyper",
"url": "http://operations.local:5000/Development/Prototyper",
"icon_class": "icon-folder-open"
},
{
"title": "Playbooks",
"url": "http://operations.local:5000/Operations/playbooks",
"icon_class": "icon-folder-open"
}
]
}
]
}
]
}