Skip to content

Commit

Permalink
Test more selective tab selector
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Sep 16, 2023
1 parent bb77d4c commit 910c229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lvl3": ".td-content h3",
"lvl4": ".td-content h4",
"lvl5": ".td-content h5, .td-content .tab-content .tab-pane .search-helper",
"text": ".td-content p, .td-content div, .td-content ul li, .td-content ol li, .td-content table tbody tr"
"text": ".td-content p, .td-content div, .td-content ul li, .td-content ol li, .td-content .tab-content .tab-pane, .td-content table tbody tr"
},
"selectors_exclude": [".footer", "#edit-on-github"]
}

0 comments on commit 910c229

Please sign in to comment.