We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433cf82 commit d0ca874Copy full SHA for d0ca874
docs/.vitepress/algolia-config.json
@@ -8,12 +8,21 @@
8
"selector": ".VPLink.link.VPNavBarMenuLink.active",
9
"global": true
10
},
11
- "lvl1": ".main h1",
12
- "lvl2": ".main h2",
13
- "lvl3": ".main h3",
14
- "lvl4": ".main h4",
15
- "lvl5": ".main h5",
16
- "text": ".main p, .main li"
+ "lvl1": ".content h1",
+ "lvl2": ".content h2",
+ "lvl3": ".content h3",
+ "lvl4": ".content h4",
+ "lvl5": ".content h5",
+ "text": ".content p, .content li",
17
+ "lang": {
18
+ "selector": "/html/@lang",
19
+ "type": "xpath",
20
+ "global": true
21
+ }
22
- "selectors_exclude": ["sup"]
23
+ "strip_chars": " .,;:#",
24
+ "sielectors_exclude": ["sup"],
25
+ "custom_settings": {
26
+ "attributesForFaceting": ["lang", "tags"]
27
28
}
0 commit comments