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

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

Issue 65643009: Docserver: Attach intro metadata to the template itself, not to an object which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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/templates/private/standard_extensions_api.html
diff --git a/chrome/common/extensions/docs/templates/private/standard_extensions_api.html b/chrome/common/extensions/docs/templates/private/standard_extensions_api.html
index f13769fe902d3dc806070f76aa1bb59730a59c79..3fa38f17374ca406c4e5123d138a966d6c66ccf6 100644
--- a/chrome/common/extensions/docs/templates/private/standard_extensions_api.html
+++ b/chrome/common/extensions/docs/templates/private/standard_extensions_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.extensions_toc}}
- {{+partials.table_of_contents toc_items:intro.extensions_toc
- has_toc:true
+ {{?intro}}
+ {{+partials.table_of_contents toc_items:intro.toc
api:api
samples_list:api.samples.extensions
title:strings.extensions_title/}}
- {{:intro.extensions_toc}}
- {{+partials.table_of_contents has_toc:false
+ {{:intro}}
+ {{+partials.table_of_contents toc_items:false
api:api
samples_list:api.samples.extensions
title:strings.extensions_title/}}
- {{/intro.extensions_toc}}
+ {{/intro}}
{{+partials.intro_table api:api/}}
{{- This is unindented because it contains <pre> tags -}}
-{{?intro +intro.intro is_apps:false/}}
+{{?intro +intro platform:strings.app is_apps:false/}}
{{+partials.api_reference samples_list:api.samples.extensions
title:strings.extensions_title
api:api/}}

Powered by Google App Engine
This is Rietveld 408576698