Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/templates/private/standard_apps_api.html |
| diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_apps_api.html b/chrome/common/extensions/docs/server2/templates/private/standard_apps_api.html |
| index 4a4489879d43e117058aff18880e5f2e4f4e6485..0cb3d2e723e026da1a662d5b45a1a163faf740a8 100644 |
| --- a/chrome/common/extensions/docs/server2/templates/private/standard_apps_api.html |
| +++ b/chrome/common/extensions/docs/server2/templates/private/standard_apps_api.html |
| @@ -11,22 +11,13 @@ |
| {{+partials.apps_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.apps title:apps_title}} |
|
not at google - send to devlin
2012/08/13 01:51:11
IIRC I recently fixed a bug in handlebar which wou
cduvall
2012/08/13 17:47:06
Done.
|
| {{- This is unindented because it contains <pre> tags -}} |
| {{+intro.intro is_apps:true}} |
| - {{+partials.api_reference}} |
| + {{+partials.api_reference samples_list:api.samples.apps title:apps_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:true}} |
| + {{+partials.apps_footer}} |
| </html> |