| Index: src/site/docs/getting-started/index.html
|
| diff --git a/src/site/docs/getting-started/index.html b/src/site/docs/getting-started/index.html
|
| deleted file mode 100644
|
| index 113585ef625ded0eda6360ec464528438d5b3371..0000000000000000000000000000000000000000
|
| --- a/src/site/docs/getting-started/index.html
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| ----
|
| -layout: default
|
| -title: "Tutorial: Dartboard & Language Basics"
|
| -header:
|
| - css: ["/css/dartboard.css"]
|
| ----
|
| -<h1> {{ page.title }} </h1>
|
| -
|
| -<section>
|
| -<p>
|
| -Follow this tutorial
|
| -to modify and run small Dart programs
|
| -inside your browser window,
|
| -using the Dartboard app.
|
| -</p>
|
| -</section>
|
| -
|
| -{% comment %}
|
| -NOTE: The guts of this page are in /_includes/docs/getting-started/.
|
| -{% endcomment %}
|
| -{% include docs/getting-started/_world.html %}
|
| -
|
| -<section>
|
| -
|
| -<p>
|
| -The next page introduces classes in the Dart language.
|
| -</p>
|
| -
|
| -<section id="start-here">
|
| - <a href="class.html">Next: Classes</a>
|
| -</section>
|
| -
|
| -</section>
|
| -
|
| -<script async type="text/javascript"
|
| - src="http://try.dartlang.org/dartboard.dart.app.js">
|
| -</script>
|
|
|