1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00
Prototyper/public/templates/navigation.json
2013-05-16 21:46:28 +02:00

282 lines
6.3 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": "/editor.html",
"icon_class": "icon-pencil"
},
{
"title": "Import",
"links": [
{
"title": "Editor",
"url": "/importer/editor.html",
"icon_class": "icon-refresh"
},
{
"title": "Import Test One",
"url": "/importer/test1.html",
"icon_class": "icon-refresh"
},
{
"title": "Run Editor",
"url": "/page/app/main.index.html",
"icon_class": "icon-home"
},
{
"title": "Run Test One",
"url": "/page/tests/test1.index.html",
"icon_class": "icon-home"
}
]
},
{
"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": "Color Scheme Designer",
"url": "http://colorschemedesigner.com/"
},
{
"title": "How To Customize",
"url": "http://antjanus.com/blog/web-design-tips/user-interface-usability/customize-twitter-bootstrap-into-themes/"
}
]
},
{
"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": "Knockout.js External Template Engine",
"url": "https://github.com/ifandelse/Knockout.js-External-Template-Engine"
}
]
},
{
"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"
}
]
},
{
"title": "Deployment",
"links": [
{
"title": "Fleet",
"url": "https://github.com/substack/fleet"
},
{
"title": "Ansible",
"url": "http://ansible.cc/"
},
{
"title": "Rasbian",
"url": "http://www.raspbian.org/"
},
{
"title": "ZFS on RaspBerry",
"url": "http://raspberry-python.blogspot.nl/2012/10/zfs-file-system-on-raspberry-pi.html"
}
]
}
]
}
]
}