Index: chrome/common/extensions/docs/server2/templates/private/toc_properties.html |
diff --git a/chrome/common/extensions/docs/server2/templates/private/toc_properties.html b/chrome/common/extensions/docs/server2/templates/private/toc_properties.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..eec6754453c3044eedfb9f5e8c855f916d1c8a4c |
--- /dev/null |
+++ b/chrome/common/extensions/docs/server2/templates/private/toc_properties.html |
@@ -0,0 +1,8 @@ |
+<a href="#{{?prefix}}{{prefix}}-{{/}}properties">Properties</a> |
+<ol> |
+ {{#@}} |
+ <li><a href="#property-{{?prefix}}{{prefix}}-{{/}}{{name}}">{{name}}</a></li> |
+ {{?functions}}<ol><li>{{+partials.toc_functions prefix:name}}</li></ol>{{/}} |
+ {{?events}}<ol><li>{{+partials.toc_events prefix:name}}</li></ol>{{/}} |
+ {{/}} |
+</ol> |