Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/480#discussion_r51650131 --- Diff: www/static/js/docs.js --- @@ -40,7 +40,7 @@ $(document).ready(function () { // Table of Contents $('#page-toc').toc({ - 'selectors': 'h1,h2,h3,h4,h5,h6', // elements to use as headings + 'selectors': 'h1,h2', // elements to use as headings --- End diff -- I didn't notice this. We do need this change, but it should be in a separate commit/JIRA. The reason for this @dblotsky is that certain longer pages (like the upcoming single page platforms guide) have a lot of headers that only serve to clutter the toc. Same with reference pages; every attribute does not need a toc entry.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org