Index: chrome/common/extensions/docs/templates/private/table_of_contents_items.html |
diff --git a/chrome/common/extensions/docs/templates/private/table_of_contents_items.html b/chrome/common/extensions/docs/templates/private/table_of_contents_items.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3c206424e1fb70815856cb8789e7ba75ad7e2a67 |
--- /dev/null |
+++ b/chrome/common/extensions/docs/templates/private/table_of_contents_items.html |
@@ -0,0 +1,8 @@ |
+<ol> |
+ {{#i:items}} |
+ <li {{?i.separator}}class="separator"{{/}}> |
+ <a href="#{{i.link}}">{{{i.title}}}</a> |
+ {{?i.subheadings +partials.table_of_contents_items items:i.subheadings /}} |
+ </li> |
+ {{/items}} |
+</ol> |