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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less is_apps and fixes 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/private/standard_extensions_api.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
index 8a3e12bd974f577e8dd42e50aeb35bb645f96472..cfca5acd740be5bcc3d5421693da35cdab4d1d72 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_api.html
@@ -11,22 +11,13 @@
{{+partials.extensions_sidenav}}
<div id="gc-pagecontent">
<h1 class="page_title">chrome.{{api.name}}</h1>
- {{?api.permissions.dev}}
- <p class="warning">
- <em>Warning:</em> This API is still under development. It is only
- available for Chrome users on the
- <span>
- <strong>dev</strong>
- <a href="http://www.chromium.org/getting-involved/dev-channel">early
- release channel</a>.</span>
- </p>
- {{/api.permissions.dev}}
- {{+partials.table_of_contents toc:intro.toc}}
+ {{?api.permissions.dev}}{{+partials.warning}}{{/}}
+ {{+partials.table_of_contents toc:intro.toc samples_list:api.samples.extensions title:extensions_title}}
not at google - send to devlin 2012/08/13 01:51:11 ditto
cduvall 2012/08/13 17:47:06 Done.
{{- This is unindented because it contains <pre> tags -}}
{{+intro.intro is_apps:false}}
- {{+partials.api_reference}}
+ {{+partials.api_reference samples_list:api.samples.extensions title:extensions_title}}
not at google - send to devlin 2012/08/13 01:51:11 ditto
cduvall 2012/08/13 17:47:06 Done.
</div>
</div>
</body>
- {{+partials.footer is_apps:false}}
+ {{+partials.extensions_footer}}
</html>

Powered by Google App Engine
This is Rietveld 408576698