Index: chrome/common/extensions/docs/templates/private/standard_apps_api.html |
diff --git a/chrome/common/extensions/docs/templates/private/standard_apps_api.html b/chrome/common/extensions/docs/templates/private/standard_apps_api.html |
index 6711a720fe2f249ed5dde2eb6e592f92e17c2467..104fa229203588dd318e73a6e81e166c096db7f9 100644 |
--- a/chrome/common/extensions/docs/templates/private/standard_apps_api.html |
+++ b/chrome/common/extensions/docs/templates/private/standard_apps_api.html |
@@ -11,9 +11,9 @@ |
{{+partials.sidenav items:sidenavs.apps}} |
<div id="gc-pagecontent"> |
<h1 class="page_title">chrome.{{api.name}}</h1> |
- {{?api.permissions.trunk}}{{+partials.warning_trunk}}{{/}} |
- {{?api.permissions.dev}}{{+partials.warning_dev}}{{/}} |
- {{?api.permissions.beta}}{{+partials.warning_beta}}{{/}} |
+ {{?api.development_stage.trunk}}{{+partials.warning_trunk}}{{/}} |
+ {{?api.development_stage.dev}}{{+partials.warning_dev}}{{/}} |
+ {{?api.development_stage.beta}}{{+partials.warning_beta}}{{/}} |
epeterson
2013/07/19 00:05:35
permissions -> development_stage
not at google - send to devlin
2013/07/19 00:18:04
channel_warning would be even better.
epeterson
2013/07/19 00:50:19
Done.
|
{{?intro.apps_toc}} |
{{+partials.table_of_contents toc_items:intro.apps_toc |
has_toc:true |
@@ -26,6 +26,7 @@ |
samples_list:api.samples.apps |
title:strings.apps_title}} |
{{/intro.apps_toc}} |
+ {{+partials.intro_table}} |
{{- This is unindented because it contains <pre> tags -}} |
{{?intro}} |
{{+intro is_apps:true}} |