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 29b8ca624485fec324e7ca8d10049d35df918cb1..1c34d5fafc42648aa6f00fb363fa2ba8bcc4b26a 100644 |
--- a/chrome/common/extensions/docs/server2/templates/private/api_reference.html |
+++ b/chrome/common/extensions/docs/server2/templates/private/api_reference.html |
@@ -1,3 +1,7 @@ |
+{{?api.samples}}<h2>Samples Using chrome.{{api.name}}</h2>{{/}} |
+{{#api.samples}} |
+ <li><code><a href="{{path}}.zip">{{name}}</a></code></li> |
+{{/}} |
not at google - send to devlin
2012/07/30 12:23:03
I think this should be the last thing on the page,
chebert
2012/07/31 22:41:33
Done.
|
<a name="apiReference"></a> |
<h2>API Reference: chrome.{{api.name}}</h2> |
<div class="api_reference"> |