forked from cloudlinux/cloudlinux-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalgolia-cfg.json
More file actions
36 lines (36 loc) · 735 Bytes
/
algolia-cfg.json
File metadata and controls
36 lines (36 loc) · 735 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
{
"index_name": "cloudlinuxos",
"start_urls": [
"http://docs.cloudlinux.com"
],
"stop_urls": [
"/#",
"https://docs.cloudlinux.com/ru/"
],
"selectors": {
"lvl0": ".content h1",
"lvl1": ".content h2",
"lvl2": ".content h3",
"lvl3": ".content h4",
"lvl4": ".content h5",
"lvl5": ".content h6",
"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": 4691
}