Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/480#discussion_r51650887 --- 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 guess that's an ok workaround. But doesn't that mean that we should use different tags other than headers in the references? This might become confusing when we do use `h3`s properly in a document and then it won't show up in the ToC.
--- 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