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

Side by Side Diff: src/site/docs/tutorials/indexeddb/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, 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 unified diff | Download patch
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: tutorial
3 title: "Use IndexedDB" 3 title: "Use IndexedDB"
4 description: "Use IndexedDB for persistence and offline capability for your app. " 4 description: "Use IndexedDB for persistence and offline capability for your app. "
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: indexeddb 7 id: indexeddb
8 next: cmdline/ 8 next: cmdline/
9 next-title: "Write Command-Line Apps" 9 next-title: "Write Command-Line Apps"
10 prev: forms/ 10 prev: forms/
11 prev-title: "Get Input from a Form" 11 prev-title: "Get Input from a Form"
12 --- 12 ---
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 722
723 ###What next? 723 ###What next?
724 724
725 You've completed the tutorials! 725 You've completed the tutorials!
726 Check out the Dart 726 Check out the Dart
727 [code samples](/samples/) and [articles](/articles/). 727 [code samples](/samples/) and [articles](/articles/).
728 728
729 {% endcapture %} 729 {% endcapture %}
730 730
731 {% include tutorial.html %} 731 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/get-started/index.markdown ('k') | src/site/docs/tutorials/polymer-intro/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698