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

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

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 5 months 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/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 41ac7f555b35dd2970e53ed70b27b31984c6b17b..1b7300021f97c551fee9f9ef90cf3b439c6f119d 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_api.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_api.html
@@ -11,9 +11,9 @@
{{+partials.sidenav}}
<div id="gc-pagecontent">
<h1 class="page_title">chrome.{{api.name}}</h1>
- {{+partials.table_of_contents}}
+ {{+partials.table_of_contents toc:intro.toc}}
{{- This is unindented because it contains <pre> tags -}}
-{{+intro}}
+{{+intro.intro}}
{{+partials.api_reference}}
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698