Index: chrome/common/extensions/docs/templates/private/table_of_contents.html |
diff --git a/chrome/common/extensions/docs/templates/private/table_of_contents.html b/chrome/common/extensions/docs/templates/private/table_of_contents.html |
index 3303760af07f5c48cad9f5eaa25c81b3c2cfe70d..76a5d67508b57aaf7ffa239697be714e94a46988 100644 |
--- a/chrome/common/extensions/docs/templates/private/table_of_contents.html |
+++ b/chrome/common/extensions/docs/templates/private/table_of_contents.html |
@@ -18,11 +18,31 @@ |
<a href="#apiReference">Reference</a> |
<ol> |
{{#api}} |
- {{?api.types}}<li>{{+partials.toc_types}}</li>{{/}} |
- {{?api.properties}}<li>{{+partials.toc_properties}}</li>{{/}} |
- {{?api.functions}}<li>{{+partials.toc_functions}}</li>{{/}} |
- {{?api.events}}<li>{{+partials.toc_events}}</li>{{/}} |
- {{?samples_list}}<li>{{+partials.toc_samples title:title}}</li>{{/}} |
+ {{?types}} |
+ <li> |
+ {{+partials.toc_types types:types}} |
+ </li> |
+ {{/types}} |
+ {{?properties}} |
+ <li> |
+ {{+partials.toc_properties properties:properties}} |
+ </li> |
+ {{/properties}} |
+ {{?functions}} |
+ <li> |
+ {{+partials.toc_functions functions:functions}} |
+ </li> |
+ {{/functions}} |
+ {{?events}} |
+ <li> |
+ {{+partials.toc_events events:events}} |
+ </li> |
+ {{/events}} |
+ {{?samples_list}} |
+ <li> |
+ {{+partials.toc_samples title:title}} |
+ </li> |
+ {{/samples_list}} |
{{/api}} |
</ol> |
</li> |