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

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

Issue 10827063: Extensions Docs Server: Pull info from _permission_features.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 5 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_api.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_api.html b/chrome/common/extensions/docs/server2/templates/private/standard_api.html
index 1b7300021f97c551fee9f9ef90cf3b439c6f119d..213802f9152a18561da770f7da95aa81a7bb85ab 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_api.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_api.html
@@ -12,6 +12,19 @@
<div id="gc-pagecontent">
<h1 class="page_title">chrome.{{api.name}}</h1>
{{+partials.table_of_contents toc:intro.toc}}
+ {{?api.permissions.dev}}
not at google - send to devlin 2012/07/30 19:24:33 should probably go above the table of contents, si
cduvall 2012/07/30 19:37:37 Done.
+ <p class="warning">
+ <!-- Standard content lead-in for APIs that are not yet available on
+ the stable channel. -->
not at google - send to devlin 2012/07/30 19:24:33 comment seems unnecessary
cduvall 2012/07/30 19:37:37 Done.
+ <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>
+ <a href="TODO">Learn more</a>.
not at google - send to devlin 2012/07/30 19:24:33 strange TODO. I'd delete.
cduvall 2012/07/30 19:37:37 Done.
+ </p>
+ {{/api.permissions.dev}}
{{- This is unindented because it contains <pre> tags -}}
{{+intro.intro}}
{{+partials.api_reference}}

Powered by Google App Engine
This is Rietveld 408576698