Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/templates/private/api_reference.html |
| diff --git a/chrome/common/extensions/docs/server2/templates/private/api_reference.html b/chrome/common/extensions/docs/server2/templates/private/api_reference.html |
| index b66678249512da2c665f34ee880b5fc6349b91e2..48777895de52bf2020e15b92c6c736186345b25f 100644 |
| --- a/chrome/common/extensions/docs/server2/templates/private/api_reference.html |
| +++ b/chrome/common/extensions/docs/server2/templates/private/api_reference.html |
| @@ -27,8 +27,14 @@ |
| {{/api.events}} |
| </div> |
| <a name="samples"></a> |
| -{{?api.samples}}<h2>Sample extensions that use chrome.{{api.name}}</h2>{{/}} |
| -{{#api.samples}} |
| - <a name="sample-{{?prefix}}{{prefix}}-{{/}}{{name}}"></a> |
| - <li><b><a href="{{path}}.zip">{{name}}</a></b> – {{description}}</li> |
| +{{?is_apps}} |
| +{{?api.samples.apps}}<h2>Sample apps that use chrome.{{api.name}}</h2>{{/}} |
| +{{#api.samples.apps}} |
| + <li><strong><a href="{{github_path}}">{{name}}</a></strong> – {{description}}</li> |
|
not at google - send to devlin
2012/08/09 07:52:36
a bit hard to read, so some nits, indent within th
cduvall
2012/08/09 19:20:08
Done.
|
| {{/}} |
| +{{:is_apps}} |
| +{{?api.samples.extensions}}<h2>Sample extensions that use chrome.{{api.name}}</h2>{{/}} |
| +{{#api.samples.extensions}} |
| + <li><strong><a href="{{path}}.zip">{{name}}</a></strong> – {{description}}</li> |
| +{{/}} |
| +{{/is_apps}} |