| Index: chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
|
| index 031272e4b31c8376bfd99cdf7b20ffd41a5784f2..d46e5474ccf49f06b738a49d555abd30523c2da8 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
|
| @@ -1,6 +1,16 @@
|
| <div id="toc">
|
| <h2>Contents</h2>
|
| <ol>
|
| + {{#toc}}
|
| + <li>
|
| + <a href=#{{link}}>{{title}}</a>
|
| + {{?subheadings}}
|
| + <ol>
|
| + {{#subheadings}}<li><a href=#{{link}}>{{title}}</a></li>{{/}}
|
| + </ol>
|
| + {{/}}
|
| + </li>
|
| + {{/toc}}
|
| <li>
|
| <a href="#apiReference">API reference: chrome.{{api.name}}</a>
|
| <ol>
|
|
|