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

Side by Side Diff: src/site/docs/index.html

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 years, 5 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/getting-started/interface.html ('k') | src/site/docs/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
(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>
OLDNEW
« no previous file with comments | « src/site/docs/getting-started/interface.html ('k') | src/site/docs/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698