Index: chrome/common/extensions/docs/server2/templates/articles/api_index_apps.html |
diff --git a/chrome/common/extensions/docs/server2/templates/articles/api_index.html b/chrome/common/extensions/docs/server2/templates/articles/api_index_apps.html |
similarity index 69% |
copy from chrome/common/extensions/docs/server2/templates/articles/api_index.html |
copy to chrome/common/extensions/docs/server2/templates/articles/api_index_apps.html |
index 748a264ae16725ba2cfe39428c2732e881aafc42..77fd9080102c8ada4a6fd0dad9acd3fc5e875de9 100644 |
--- a/chrome/common/extensions/docs/server2/templates/articles/api_index.html |
+++ b/chrome/common/extensions/docs/server2/templates/articles/api_index_apps.html |
@@ -1,9 +1,4 @@ |
<h1 class="page_title">chrome.* APIs</h1> |
-<p class="doc-family extensions"> |
-Chrome provides APIs such as |
-<code>chrome.bookmarks</code> and <code>chrome.tab</code> |
-so that extensions can interact with the browser. |
-</p> |
<p class="doc-family apps"> |
Chrome provides many special-purpose APIs like |
@@ -18,7 +13,7 @@ Here are the supported chrome.* APIs: |
</p> |
<ul> |
- {{#api_list.chrome}} |
+ {{#api_list.apps.chrome}} |
<li><a href="{{name}}.html">{{name}}</a></li> |
{{/}} |
</ul> |
@@ -43,7 +38,3 @@ If you need to know the outcome of an operation, |
then you pass a callback function into the method. |
For more information, watch this video: |
</p> |
- |
-<p class="doc-family extensions"> |
-<iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/bmxr75CV36A?rel=0" frameborder="0" allowfullscreen></iframe> |
-</p> |