forked from telepenin/kernelcare-doc
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathalgolia-cfg.json
More file actions
40 lines (40 loc) · 804 Bytes
/
algolia-cfg.json
File metadata and controls
40 lines (40 loc) · 804 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
38
39
40
{
"index_name": "kernelcare",
"start_urls": [
"http://docs.kernelcare.com"
],
"stop_urls": [
"/#",
"/jp/"
],
"selectors": {
"lvl0": {
"selector": "p.sidebar-heading.open",
"global": true,
"default_value": "Documentation"
},
"lvl1": ".content h1",
"lvl2": ".content h2",
"lvl3": ".content h3",
"lvl4": ".content h4",
"lvl5": ".content h5",
"text": ".content p, .content li, .content code",
"lang": {
"selector": "/html/@lang",
"type": "xpath",
"global": true,
"default_value": "en-US"
}
},
"strip_chars": " .,;:#",
"custom_settings": {
"attributesForFaceting": [
"lang"
]
},
"selectors_exclude": [
".table-of-contents"
],
"scrap_start_urls": false,
"nb_hits": 707
}