| Index: src/site/docs/index.html
|
| diff --git a/src/site/docs/index.html b/src/site/docs/index.html
|
| deleted file mode 100644
|
| index cce7e9231356e86e60d06fe2ff97fd3f8252bc37..0000000000000000000000000000000000000000
|
| --- a/src/site/docs/index.html
|
| +++ /dev/null
|
| @@ -1,45 +0,0 @@
|
| ----
|
| -layout: default
|
| -title: "Documentation"
|
| ----
|
| -
|
| -<h1> Documentation </h1>
|
| -
|
| -
|
| -<section>
|
| -<h2 id="gs"> Getting started </h2>
|
| -
|
| -<dl>
|
| - <dt> <a href="/docs/technical-overview/">Technical Overview</a> </dt>
|
| - <dd> Learn about the Dart language,
|
| - see Dart code,
|
| - and learn how to participate in the Dart project. </dd>
|
| -
|
| - <dt> <a href="/docs/getting-started/">Tutorials</a> </dt>
|
| - <dd> Write your first Dart code, no downloads required. </dd>
|
| -</dl>
|
| -</section>
|
| -
|
| -
|
| -<section>
|
| -<h2 id="ref"> Reference </h2>
|
| -
|
| -<dl>
|
| - <dt> <a href="/docs/spec/">Language Specification</a> </dt>
|
| - <dd> Read the full specification for the Dart language. </dd>
|
| -
|
| - <dt> <a href="http://api.dartlang.org/dart_core/">Library Reference</a> </dt>
|
| - <dd> See the APIs that you can use in your programs. </dd>
|
| -</dl>
|
| -</section>
|
| -
|
| -
|
| -<section>
|
| -<h2 id="also"> More resources </h2>
|
| -
|
| -<p>
|
| -Don't miss the <a href="/articles/index.html">articles</a>
|
| -and <a href="/samples/index.html">code samples</a>
|
| -(some with walkthroughs!).
|
| -</p>
|
| -</section>
|
|
|