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

Side by Side Diff: src/site/docs/tutorials/shared-pkgs/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: "Install Shared Packages" 3 title: "Install Shared Packages"
4 description: "Packages are bundles of source code, tools, and resources that hel p you to organize and share code" 4 description: "Packages are bundles of source code, tools, and resources that hel p you to organize and share code"
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: packages 7 id: packages
8 next: polymer-intro/ 8 next: polymer-intro/
9 next-title: "Define a Custom Element" 9 next-title: "Define a Custom Element"
10 prev: remove-elements/ 10 prev: remove-elements/
11 prev-title: "Remove DOM Elements" 11 prev-title: "Remove DOM Elements"
12 --- 12 ---
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 which makes writing web applications easier 314 which makes writing web applications easier
315 with data binding, templates, and declarative event handlers. 315 with data binding, templates, and declarative event handlers.
316 Check out the next tutorial, 316 Check out the next tutorial,
317 [Define a Custom Element](/docs/tutorials/polymer-intro), 317 [Define a Custom Element](/docs/tutorials/polymer-intro),
318 for an introduction to Polymer. 318 for an introduction to Polymer.
319 319
320 320
321 {% endcapture %} 321 {% endcapture %}
322 322
323 {% include tutorial.html %} 323 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/remove-elements/index.markdown ('k') | src/site/docs/tutorials/streams/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698