| 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:
|
| -
|
|
|