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

Unified Diff: chrome/common/extensions/docs/server2/templates/public/samples.html

Issue 10689144: Extensions Docs Server: Samples zip files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better sample page 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/public/samples.html
diff --git a/chrome/common/extensions/docs/server2/templates/public/samples.html b/chrome/common/extensions/docs/server2/templates/public/samples.html
new file mode 100644
index 0000000000000000000000000000000000000000..46d16790a558206ca0397985552e50fd906e7b51
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/templates/public/samples.html
@@ -0,0 +1,15 @@
+{{#samples}}
+ <a href="{{path}}">{{name}}</a><br/>
+ Calls:
+ <ul>
+ {{#api_functions}}
+ <li>{{@}}</li>
+ {{/}}
+ </ul>
+ Source Files:
+ <ul>
+ {{#files}}
+ <li>{{@}}</li>
+ {{/}}
+ </ul>
+{{/}}

Powered by Google App Engine
This is Rietveld 408576698