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}} |