| OLD | NEW |
| (Empty) |
| 1 --- | |
| 2 layout: default | |
| 3 title: "Documentation" | |
| 4 --- | |
| 5 | |
| 6 <h1> Documentation </h1> | |
| 7 | |
| 8 | |
| 9 <section> | |
| 10 <h2 id="gs"> Getting started </h2> | |
| 11 | |
| 12 <dl> | |
| 13 <dt> <a href="/docs/technical-overview/">Technical Overview</a> </dt> | |
| 14 <dd> Learn about the Dart language, | |
| 15 see Dart code, | |
| 16 and learn how to participate in the Dart project. </dd> | |
| 17 | |
| 18 <dt> <a href="/docs/getting-started/">Tutorials</a> </dt> | |
| 19 <dd> Write your first Dart code, no downloads required. </dd> | |
| 20 </dl> | |
| 21 </section> | |
| 22 | |
| 23 | |
| 24 <section> | |
| 25 <h2 id="ref"> Reference </h2> | |
| 26 | |
| 27 <dl> | |
| 28 <dt> <a href="/docs/spec/">Language Specification</a> </dt> | |
| 29 <dd> Read the full specification for the Dart language. </dd> | |
| 30 | |
| 31 <dt> <a href="http://api.dartlang.org/dart_core/">Library Reference</a> </dt> | |
| 32 <dd> See the APIs that you can use in your programs. </dd> | |
| 33 </dl> | |
| 34 </section> | |
| 35 | |
| 36 | |
| 37 <section> | |
| 38 <h2 id="also"> More resources </h2> | |
| 39 | |
| 40 <p> | |
| 41 Don't miss the <a href="/articles/index.html">articles</a> | |
| 42 and <a href="/samples/index.html">code samples</a> | |
| 43 (some with walkthroughs!). | |
| 44 </p> | |
| 45 </section> | |
| OLD | NEW |