Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1131)

Side by Side Diff: src/site/docs/tutorials/polymer-intro/index.markdown

Issue 123553005: Added new server/cmdline/io programmers' guide. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: used new page layout for new tutorial Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: tutorial
3 title: "Define a Custom Element" 3 title: "Define a Custom Element"
4 description: "Create a custom HTML element using Polymer." 4 description: "Create a custom HTML element using Polymer."
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: polymer-intro 7 id: polymer-intro
8 next: futures/ 8 next: futures/
9 next-title: "Use Future-Based APIs" 9 next-title: "Use Future-Based APIs"
10 prev: shared-pkgs/ 10 prev: shared-pkgs/
11 prev-title: "Install Shared Packages" 11 prev-title: "Install Shared Packages"
12 --- 12 ---
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 530
531 The next tutorial, 531 The next tutorial,
532 [Fetch Data Dynamically](/docs/tutorials/fetchdata/), 532 [Fetch Data Dynamically](/docs/tutorials/fetchdata/),
533 shows you how to fetch data 533 shows you how to fetch data
534 and use JSON to encode and decode 534 and use JSON to encode and decode
535 that data. 535 that data.
536 536
537 {% endcapture %} 537 {% endcapture %}
538 538
539 {% include tutorial.html %} 539 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/indexeddb/index.markdown ('k') | src/site/docs/tutorials/remove-elements/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698