Skip to content

Commit 870fe73

Browse files
authored
Merge pull request #7824 from ethereum/algoliaBug
add classes to selectors_exclude to ignore new chakra way of doing links
2 parents 09ed4ee + b9044ea commit 870fe73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docsearchConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"default_value": "en"
113113
}
114114
},
115-
"selectors_exclude": ["aside", "nav", "footer"],
115+
"selectors_exclude": ["aside", "nav", "footer", "style"],
116116
"strip_chars": " .,;:#",
117117
"custom_settings": {
118118
"attributesForFaceting": ["lang", "content"],

.github/workflows/docsearchConfigScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var config = {
4242
default_value: "en",
4343
},
4444
},
45-
selectors_exclude: ["aside", "nav", "footer"],
45+
selectors_exclude: ["aside", "nav", "footer", "style"],
4646
strip_chars: " .,;:#",
4747
custom_settings: {
4848
attributesForFaceting: ["lang", "content"],

0 commit comments

Comments
 (0)