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

Side by Side Diff: src/site/docs/tutorials/get-started/index.markdown

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master Created 7 years, 2 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
« no previous file with comments | « src/site/docs/tutorials/forms/index.markdown ('k') | src/site/docs/tutorials/index.markdown » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "Get Started" 3 title: "Get Started"
4 description: "Get Dart and run two Dart applications" 4 description: "Get Dart and run two Dart applications"
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: get-started 7 id: get-started
8 js: 8 js:
9 - url: /js/os-switcher.js 9 - url: /js/os-switcher.js
10 defer: true 10 defer: true
11 - url: /js/editor-downloads-analytics.js 11 - url: /js/editor-downloads-analytics.js
12 defer: true 12 defer: true
13 - url: /js/editor-version.js 13 - url: /js/editor-version.js
14 defer: true 14 defer: true
15 next: connect-dart-html/ 15 next: connect-dart-html/
16 next-title: "Connect Dart & HTML" 16 next-title: "Connect Dart & HTML"
17 prev: 17 prev:
18 prev-title: "A Game of Darts" 18 prev-title: "Home"
19 --- 19 ---
20 20
21 {% capture whats_the_point %} 21 {% capture whats_the_point %}
22 22
23 * The Dart bundle has development tools, APIs, and samples. 23 * The Dart bundle has development tools, APIs, and samples.
24 * You can use Dart for web apps and command-line apps. 24 * You can use Dart for web apps and command-line apps.
25 * Run Dart web apps directly in Dartium. 25 * Run Dart web apps directly in Dartium.
26 * Compile Dart apps to JavaScript for other browsers. 26 * Compile Dart apps to JavaScript for other browsers.
27 * All Dart apps have a main() function. 27 * All Dart apps have a main() function.
28 * Dart supports top-level functions. 28 * Dart supports top-level functions.
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 </ul> 602 </ul>
603 603
604 ##What next? 604 ##What next?
605 605
606 The next tutorial, [Connect Dart & HTML](/docs/tutorials/connect-dart-html/), 606 The next tutorial, [Connect Dart & HTML](/docs/tutorials/connect-dart-html/),
607 steps you through writing a tiny web app from scratch. 607 steps you through writing a tiny web app from scratch.
608 608
609 {% endcapture %} 609 {% endcapture %}
610 610
611 {% include tutorial.html %} 611 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/forms/index.markdown ('k') | src/site/docs/tutorials/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698