Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/templates/articles/api_index_extensions.html |
| diff --git a/chrome/common/extensions/docs/server2/templates/articles/api_index.html b/chrome/common/extensions/docs/server2/templates/articles/api_index_extensions.html |
| similarity index 86% |
| rename from chrome/common/extensions/docs/server2/templates/articles/api_index.html |
| rename to chrome/common/extensions/docs/server2/templates/articles/api_index_extensions.html |
| index 748a264ae16725ba2cfe39428c2732e881aafc42..9115690ce09dda5fc848e8106f816f6b15b6fe41 100644 |
| --- a/chrome/common/extensions/docs/server2/templates/articles/api_index.html |
| +++ b/chrome/common/extensions/docs/server2/templates/articles/api_index_extensions.html |
| @@ -5,12 +5,6 @@ Chrome provides APIs such as |
| so that extensions can interact with the browser. |
| </p> |
|
not at google - send to devlin
2012/08/06 08:38:33
I think in this case we're better off passing thro
cduvall
2012/08/06 18:36:16
Done.
|
| -<p class="doc-family apps"> |
| -Chrome provides many special-purpose APIs like |
| -<code>chrome.runtime</code> and <code>chrome.alarms</code> |
| -to packaged apps. |
| -</p> |
| - |
| <h2 id="supported">Supported APIs</h2> |
| <p> |
| @@ -18,7 +12,7 @@ Here are the supported chrome.* APIs: |
| </p> |
| <ul> |
| - {{#api_list.chrome}} |
| + {{#api_list.extensions.chrome}} |
| <li><a href="{{name}}.html">{{name}}</a></li> |
| {{/}} |
| </ul> |