| Index: src/site/docs/tutorials/get-started/index.markdown
|
| diff --git a/src/site/docs/tutorials/get-started/index.markdown b/src/site/docs/tutorials/get-started/index.markdown
|
| index ee02c08938efc5d0fae6ccd327edc97f0208a70e..c578f086bea20423c14814d400a52323ca7ef26a 100644
|
| --- a/src/site/docs/tutorials/get-started/index.markdown
|
| +++ b/src/site/docs/tutorials/get-started/index.markdown
|
| @@ -12,6 +12,10 @@ js:
|
| defer: true
|
| - url: /js/editor-version.js
|
| defer: true
|
| +next: connect-dart-html
|
| +next-title: "Connect Dart & HTML"
|
| +prev: index.html
|
| +prev-title: "Home"
|
| ---
|
|
|
| {% capture whats_the_point %}
|
| @@ -566,24 +570,6 @@ when creating applications outside of Dart Editor.
|
| </li>
|
| </ul>
|
|
|
| -<hr>
|
| -
|
| -<div class="row">
|
| - <div class="span3">
|
| - <a href="/docs/tutorials/"><i class="icon-chevron-left"> </i> Home</a>
|
| - </div>
|
| - <div class="span3">
|
| -<a href="http://code.google.com/p/dart/issues/entry?template=Tutorial%20feedback"
|
| - target="_blank">
|
| -<i class="icon-comment"> </i>
|
| -Send feedback
|
| -</a>
|
| - </div>
|
| - <div class="span3">
|
| - <a href="/docs/tutorials/connect-dart-html/" class="pull-right">Connect Dart & HTML <i class="icon-chevron-right"> </i></a>
|
| - </div>
|
| -</div>
|
| -
|
| {% endcapture %}
|
|
|
| {% include tutorial.html %}
|
|
|