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

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

Issue 10835012: Extension Docs Server: Include a list of samples used in the api reference page. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . 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/table_of_contents.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
index 6f3905225624907ec88bbe4f7f22cdf50d547a37..e14afaee3fdc99f463edf4c5ba5b7d1b7aa73365 100644
--- a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
+++ b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
@@ -20,6 +20,7 @@
{{?api.properties}}<li>{{+partials.toc_properties}}</li>{{/}}
{{?api.functions}}<li>{{+partials.toc_functions}}</li>{{/}}
{{?api.events}}<li>{{+partials.toc_events}}</li>{{/}}
+ {{?api.samples}}<li>{{+partials.toc_samples}}</li>{{/}}
{{/api}}
</ol>
</li>

Powered by Google App Engine
This is Rietveld 408576698