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

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

Issue 118633004: New TOC for dart-by-example page (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Merge Created 6 years, 11 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/dart-by-example/index.markdown ('k') | src/site/imgs/dart-sprite.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/serverguide.markdown
diff --git a/src/site/docs/serverguide.markdown b/src/site/docs/serverguide.markdown
index 8c25aabd1fad3f889ed49dcb6500a4699d682dbc..61f9a1703c6a9f5a663f60c378252edfcbf9696b 100644
--- a/src/site/docs/serverguide.markdown
+++ b/src/site/docs/serverguide.markdown
@@ -9,7 +9,7 @@ has-permalinks: true
You can use Dart for any kind of command-line app from scripts to servers.
-{% include guide_toc.html %}
+{% include default_toc.html %}
## Show me the code
@@ -30,6 +30,7 @@ and illustrate a variety of APIs specific to command-line apps and servers.
<div class="col-md-7" markdown="1">
#### Top 10
+{:.no_toc}
10. Using files, directories, and symlinks
9. Reading and writing files
@@ -59,6 +60,7 @@ and illustrate a variety of APIs specific to command-line apps and servers.
<div class="col-md-7" markdown="1">
#### APIs
+{:.no_toc}
* Parsing command-line arguments
* Reading a file
@@ -75,6 +77,7 @@ and illustrate a variety of APIs specific to command-line apps and servers.
<div class="col-md-5" markdown="1">
#### Servers
+{:.no_toc}
* [slambookserver](https://github.com/dart-lang/dart-tutorials-samples/blob/master/web/slambook/)
* [dartiverse_search](https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/samples/dartiverse_search/readme.txt)
@@ -83,6 +86,7 @@ and illustrate a variety of APIs specific to command-line apps and servers.
<div class="col-md-7" markdown="1">
#### APIs
+{:.no_toc}
* Using the HttpServer class
* Handling GET, POST, and OPTIONS requests
« no previous file with comments | « src/site/dart-by-example/index.markdown ('k') | src/site/imgs/dart-sprite.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698