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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/toc_samples.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/toc_samples.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/toc_samples.html b/chrome/common/extensions/docs/server2/templates/private/toc_samples.html
new file mode 100644
index 0000000000000000000000000000000000000000..a2c2c76ca9386980e67b4e556e4a64f07af7a110
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/templates/private/toc_samples.html
@@ -0,0 +1,6 @@
+<a href="#{{?prefix}}{{prefix}}-{{/}}samples">Samples</a>
+<ol>
+ {{#@}}
+ <li><a href="#sample-{{?prefix}}{{prefix}}-{{/}}{{name}}">{{name}}</a></li>
+ {{/}}
+</ol>

Powered by Google App Engine
This is Rietveld 408576698