Skip to content

Commit 64182af

Browse files
committed
Exclude nav, toc, and footer from crawler
1 parent 64aae77 commit 64182af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config/algolia.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
"lvl5": ".Page article h6",
1212
"text": ".Page article p, .Page article li, .Page article td"
1313
},
14-
"selectors_exclude": [
15-
"[data-algolia-exclude]",
16-
".Docs__toc",
17-
".HomepageCategory"
18-
],
14+
"selectors_exclude": ["[data-algolia-exclude]", ".Toc", ".Footer", ".Nav"],
1915
"custom_settings": {
2016
"synonyms": [["Pipeline.yml", "Pipeline.yaml", "config.yml", "config.yaml"]]
2117
}

0 commit comments

Comments
 (0)