diff --git a/docs/javascripts/toc-collapse.js b/docs/javascripts/toc-collapse.js index 363c518b..bfe213df 100644 --- a/docs/javascripts/toc-collapse.js +++ b/docs/javascripts/toc-collapse.js @@ -10,6 +10,9 @@ * - When the reader scrolls past a section, any items that were only * auto-expanded (not user-pinned) collapse back down. * - Works with mkdocs-material instant-loading / SPA navigation. + * + * Page navigation is handled by the top navbar tabs + dropdowns. + * This script only manages the TOC (md-nav--secondary) in the left sidebar. */ (function () { "use strict"; @@ -68,11 +71,9 @@ // // Scans `containerEl` for
  • items with nested