| 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 25bd07f442e365ae7cd83e757bcc419df3366c28..c8b712c23d3d09ec057a1352f1765036c107c65b 100644
|
| --- a/chrome/common/extensions/docs/templates/private/standard_apps_api.html
|
| +++ b/chrome/common/extensions/docs/templates/private/standard_apps_api.html
|
| @@ -13,21 +13,20 @@
|
| {{?api.channelWarning.trunk +partials.warning_trunk/}}
|
| {{?api.channelWarning.dev +partials.warning_dev/}}
|
| {{?api.channelWarning.beta +partials.warning_beta/}}
|
| - {{?intro.apps_toc}}
|
| - {{+partials.table_of_contents toc_items:intro.apps_toc
|
| - has_toc:true
|
| + {{?intro}}
|
| + {{+partials.table_of_contents toc_items:intro.toc
|
| api:api
|
| samples_list:api.samples.apps
|
| title:strings.apps_title/}}
|
| - {{:intro.apps_toc}}
|
| - {{+partials.table_of_contents has_toc:false
|
| + {{:intro}}
|
| + {{+partials.table_of_contents toc_items:false
|
| api:api
|
| samples_list:api.samples.apps
|
| title:strings.apps_title/}}
|
| - {{/intro.apps_toc}}
|
| + {{/intro}}
|
| {{+partials.intro_table api:api/}}
|
| {{- This is unindented because it contains <pre> tags -}}
|
| -{{?intro +intro.intro is_apps:true/}}
|
| +{{?intro +intro platform:strings.app is_apps:true/}}
|
| {{+partials.api_reference samples_list:api.samples.apps
|
| title:strings.apps_title
|
| api:api/}}
|
|
|