-
-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathdocsearch.config.json
More file actions
37 lines (37 loc) · 745 Bytes
/
docsearch.config.json
File metadata and controls
37 lines (37 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"index_name": "hocuspocus",
"start_urls": [
"https://tiptap.dev/docs/hocuspocus"
],
"sitemap_alternate_links": true,
"selectors": {
"default": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Documentation"
},
"lvl1": "main h1",
"lvl2": "main h2",
"lvl3": "main h3",
"lvl4": "main h4",
"lvl5": "main h5",
"lvl6": "main h6",
"text": "main p, main li, main pre, main td"
}
},
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": [
"type",
"lang"
],
"attributesToRetrieve": [
"hierarchy",
"text",
"anchor",
"url"
]
}
}