Skip to content

Commit

Permalink
learn.json - fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 1, 2013
1 parent f056643 commit c5b6594
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -1447,50 +1447,50 @@
}]
},
"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.",
"homepage": "polymer-project.org",
"examples": [{
"name": "Architecture Example",
"url": "labs/architecture-examples/polymer"
}],
"link_groups": [{
"heading": "Official Resources",
"links": [{
"name": "Documentation",
"url": "http://www.polymer-project.org/getting-started.html"
}, {
"name": "API Reference",
"url": "http://www.polymer-project.org/polymer.html"
}, {
"name": "Tools And Testing",
"url": "http://www.polymer-project.org/tooling-strategy.html"
}, {
"name": "FAQ",
"url": "http://www.polymer-project.org/faq.html"
}, {
"name": "Polymer on GitHub",
"url": "https://github.com/polymer"
}]
}, {
"heading": "Videos",
"links": [{
"name": "Web Components - A Tectonic Shift For Web Development",
"url": "http://www.youtube.com/watch?v=fqULJBBEVQE"
}, {
"name": "Web Components In Action",
"url": "http://www.youtube.com/watch?v=0g0oOOT86NY"
}]
}, {
"heading": "Community",
"links": [{
"name": "Mailing list on Google Groups",
"url": "https://groups.google.com/forum/#!msg/polymer-dev/"
}, {
"name": "Web Components on Google +",
"url": "https://plus.google.com/103330502635338602217/"
}]
"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.",
"homepage": "polymer-project.org",
"examples": [{
"name": "Architecture Example",
"url": "labs/architecture-examples/polymer"
}],
"link_groups": [{
"heading": "Official Resources",
"links": [{
"name": "Documentation",
"url": "http://www.polymer-project.org/getting-started.html"
}, {
"name": "API Reference",
"url": "http://www.polymer-project.org/polymer.html"
}, {
"name": "Tools And Testing",
"url": "http://www.polymer-project.org/tooling-strategy.html"
}, {
"name": "FAQ",
"url": "http://www.polymer-project.org/faq.html"
}, {
"name": "Polymer on GitHub",
"url": "https://github.com/polymer"
}]
}, {
"heading": "Videos",
"links": [{
"name": "Web Components - A Tectonic Shift For Web Development",
"url": "http://www.youtube.com/watch?v=fqULJBBEVQE"
}, {
"name": "Web Components In Action",
"url": "http://www.youtube.com/watch?v=0g0oOOT86NY"
}]
}, {
"heading": "Community",
"links": [{
"name": "Mailing list on Google Groups",
"url": "https://groups.google.com/forum/#!msg/polymer-dev/"
}, {
"name": "Web Components on Google +",
"url": "https://plus.google.com/103330502635338602217/"
}]
}]
},
"puremvc": {
"name": "PureMVC",
Expand Down

0 comments on commit c5b6594

Please sign in to comment.