Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4568)

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/api_index_extensions.html

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reworked Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698