Commit c5b65944 authored by Sindre Sorhus's avatar Sindre Sorhus

learn.json - fix indentation

parent f056643c
...@@ -1447,50 +1447,50 @@ ...@@ -1447,50 +1447,50 @@
}] }]
}, },
"polymer": { "polymer": {
"name": "Polymer", "name": "Polymer",
"description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers. It is comprised of core platform features (e.g Shadow DOM, Custom Elements, MDV) enabled with polyfills and a next generation web application framework built on these technologies.", "description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers. It is comprised of core platform features (e.g Shadow DOM, Custom Elements, MDV) enabled with polyfills and a next generation web application framework built on these technologies.",
"homepage": "polymer-project.org", "homepage": "polymer-project.org",
"examples": [{ "examples": [{
"name": "Architecture Example", "name": "Architecture Example",
"url": "labs/architecture-examples/polymer" "url": "labs/architecture-examples/polymer"
}], }],
"link_groups": [{ "link_groups": [{
"heading": "Official Resources", "heading": "Official Resources",
"links": [{ "links": [{
"name": "Documentation", "name": "Documentation",
"url": "http://www.polymer-project.org/getting-started.html" "url": "http://www.polymer-project.org/getting-started.html"
}, { }, {
"name": "API Reference", "name": "API Reference",
"url": "http://www.polymer-project.org/polymer.html" "url": "http://www.polymer-project.org/polymer.html"
}, { }, {
"name": "Tools And Testing", "name": "Tools And Testing",
"url": "http://www.polymer-project.org/tooling-strategy.html" "url": "http://www.polymer-project.org/tooling-strategy.html"
}, { }, {
"name": "FAQ", "name": "FAQ",
"url": "http://www.polymer-project.org/faq.html" "url": "http://www.polymer-project.org/faq.html"
}, { }, {
"name": "Polymer on GitHub", "name": "Polymer on GitHub",
"url": "https://github.com/polymer" "url": "https://github.com/polymer"
}] }]
}, { }, {
"heading": "Videos", "heading": "Videos",
"links": [{ "links": [{
"name": "Web Components - A Tectonic Shift For Web Development", "name": "Web Components - A Tectonic Shift For Web Development",
"url": "http://www.youtube.com/watch?v=fqULJBBEVQE" "url": "http://www.youtube.com/watch?v=fqULJBBEVQE"
}, { }, {
"name": "Web Components In Action", "name": "Web Components In Action",
"url": "http://www.youtube.com/watch?v=0g0oOOT86NY" "url": "http://www.youtube.com/watch?v=0g0oOOT86NY"
}] }]
}, { }, {
"heading": "Community", "heading": "Community",
"links": [{ "links": [{
"name": "Mailing list on Google Groups", "name": "Mailing list on Google Groups",
"url": "https://groups.google.com/forum/#!msg/polymer-dev/" "url": "https://groups.google.com/forum/#!msg/polymer-dev/"
}, { }, {
"name": "Web Components on Google +", "name": "Web Components on Google +",
"url": "https://plus.google.com/103330502635338602217/" "url": "https://plus.google.com/103330502635338602217/"
}]
}] }]
}]
}, },
"puremvc": { "puremvc": {
"name": "PureMVC", "name": "PureMVC",
......
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