Commit 9ce7791f authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #1172 from kkemple/update-marionettejs-sidebar-copy

updated sidebar copy for marionettejs example
parents 421fcbaa 6a9c6035
...@@ -1405,38 +1405,41 @@ ...@@ -1405,38 +1405,41 @@
}, },
"marionettejs": { "marionettejs": {
"name": "Backbone.Marionette", "name": "Backbone.Marionette",
"description": "Backbone.Marionette is a composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications.", "description": "Marionette simplifies your Backbone application code with robust views and architecture solutions.",
"homepage": "marionettejs.com", "homepage": "marionettejs.com",
"examples": [{ "examples": [{
"name": "Example", "name": "Example Basic Marionette",
"url": "examples/backbone_marionette" "url": "examples/backbone_marionette"
}, {
"name": "Example Marionette with RequireJS",
"url": "examples/backbone_marionette_require"
}], }],
"link_groups": [{ "link_groups": [{
"heading": "Official Resources", "heading": "Official Resources",
"links": [{ "links": [{
"name": "API Reference", "name": "Docs",
"url": "https://github.com/marionettejs/backbone.marionette/tree/master/docs" "url": "http://marionettejs.com/docs/current/"
}, { }, {
"name": "Applications built with Backbone.Marionette", "name": "Gitter",
"url": "https://github.com/marionettejs/backbone.marionette/wiki/Projects-and-websites-using-marionette" "url": "https://gitter.im/marionettejs/backbone.marionette"
}, { }, {
"name": "Introduction to Composite JavaScript Apps", "name": "YouTube - Dancing with Marionette",
"url": "https://github.com/marionettejs/backbone.marionette/wiki/Introduction-to-composite-javascript-apps" "url": "https://www.youtube.com/channel/UC6dVRPnSACav2AYB5XG7BZw"
}, { }, {
"name": "FAQ", "name": "Marionette Inspector",
"url": "https://github.com/marionettejs/backbone.marionette/wiki#frequently-asked-questions" "url": "http://marionettejs.com/inspector/"
}, { }, {
"name": "Backbone.Marionette on GitHub", "name": "MarionetteJS on GitHub",
"url": "https://github.com/marionettejs/backbone.marionette" "url": "https://github.com/marionettejs/backbone.marionette"
}] }]
}, { }, {
"heading": "Articles and Guides", "heading": "Articles and Guides",
"links": [{ "links": [{
"name": "A Thorough Introduction to Backbone.Marionette", "name": "Marionette 101",
"url": "http://coding.smashingmagazine.com/2013/02/11/introduction-backbone-marionette" "url": "https://www.youtube.com/watch?v=7yZKsgKxziw#t=106"
}, { }, {
"name": "Backbone Marionette: Better Backbone Apps", "name": "Marionette - The Backbone Framework",
"url": "http://www.joezimjs.com/javascript/backbone-marionette-better-backbone-apps" "url": "https://www.youtube.com/watch?v=EvQnntaqVdE#t=12"
}] }]
}, { }, {
"heading": "Community", "heading": "Community",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment