Chromium Code Reviews| Index: src/site/samples/samples.yaml |
| diff --git a/src/site/samples/samples.yaml b/src/site/samples/samples.yaml |
| index 406b9137f790cc6a7fcebbac413a0847c4e0d3d0..e90232ee410d05a8061952cc5447b06d27f367a8 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 |
|
Kathy Walrath
2013/10/28 15:26:37
Geolocation -> geolocation
shailentuli
2013/10/28 17:07:54
Done.
|
| + explanation_url: https://github.com/dart-lang/dart-samples/blob/master/web/html5/geolocation/basics/ |
| + tryit_url: geolocation/ |
| + source_url: https://github.com/dart-lang/dart-samples/tree/master/web/html5/geolocation/basics |
| + - |
| + 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: |
| - |