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

Unified Diff: src/site/docs/index.markdown

Issue 123553005: Added new server/cmdline/io programmers' guide. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: used new page layout for new tutorial Created 6 years, 12 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/_layouts/tutorial.html ('k') | src/site/docs/serverguide.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/index.markdown
diff --git a/src/site/docs/index.markdown b/src/site/docs/index.markdown
index d782bbcf071bccaec63eb29d4d196e2ad1cb11f0..b17c56e78ebf7f871e9e7b08c5a85c499f53250e 100644
--- a/src/site/docs/index.markdown
+++ b/src/site/docs/index.markdown
@@ -182,15 +182,16 @@ you can use JavaScript libraries in your Dart app.
* [dart:js API documentation](http://api.dartlang.org/dart_js.html)
* [Samples that use JavaScript](/samples/#using_javascript_from_dart)
-
## Creating command-line apps
You can use Dart for anything from scripts to web servers.
Thanks to Heroku's support for third-party runtimes,
you can run your server-side Dart app on Heroku's cloud.
-* [dart: The Standalone VM](/docs/dart-up-and-running/contents/ch04-tools-dart-vm.html)
-* [Heroku cloud application platform](http://www.heroku.com)
+[Writing Command-Line Apps: A Programmer's Guide](serverguide.html)
+: Provides a set of samples, tutorials, and articles that
+explain the APIs, tools, and techniques for writing and
+deploying command-line apps such as servers and scripts.
## Testing
« no previous file with comments | « src/site/_layouts/tutorial.html ('k') | src/site/docs/serverguide.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698