We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d6c02 commit f0370a3Copy full SHA for f0370a3
1 file changed
assets/js/shortcuts.js
@@ -99,6 +99,7 @@ function setupShortcuts(shortcutDepth = 2) {
99
shortcutDepth += 1; // to account for the page title
100
101
// Build a class selector for each header type, and concatenate with commas
102
+ // This adds selectors for leaf bundles (index.md files).
103
let classes = "";
104
for (let i = 2; i <= shortcutDepth; i++) {
105
if (i != 2) {
0 commit comments