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

Unified Diff: src/site/samples/samples.yaml

Issue 47213005: Added geolocation (new); surfaced appcache and webaudio samples (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: More tweaks Created 7 years, 2 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/samples/geolocation/index.markdown ('k') | src/site/samples/webaudio/index.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/samples/samples.yaml
diff --git a/src/site/samples/samples.yaml b/src/site/samples/samples.yaml
index 406b9137f790cc6a7fcebbac413a0847c4e0d3d0..40420a0a58c6a92d7a2c75d73647c65319019498 100644
--- a/src/site/samples/samples.yaml
+++ b/src/site/samples/samples.yaml
@@ -70,8 +70,6 @@ col1:
explanation_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/file/terminal
tryit_url: terminal/
source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/file/terminal
-
-
col2:
-
heading: Animation and graphics
@@ -118,6 +116,30 @@ col2:
tryit_url: websockets/
source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/websockets/basics
-
+ heading: Application Cache
+ examples:
+ -
+ title: Using Application Cache
+ explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/appcache/beginner/
+ tryit_url: appcache/
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/appcache/beginner
+ -
+ heading: Geolocation
+ examples:
+ -
+ title: Basic geolocation example
+ explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/geolocation/trip-meter/
+ tryit_url: geolocation/
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/geolocation/trip-meter
+ -
+ heading: Web Audio
+ examples:
+ -
+ title: Getting started with Web Audio API
+ explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/webaudio/intro/
+ tryit_url: webaudio/
+ source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/webaudio/intro
+ -
heading: Files API
examples:
-
« no previous file with comments | « src/site/samples/geolocation/index.markdown ('k') | src/site/samples/webaudio/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698