forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartec-group.json
41 lines (41 loc) · 903 Bytes
/
artec-group.json
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
41
{
"index_name": "artec-group",
"start_urls": [
{
"url": "http://docs.artec-group.com/as/(?P<version>.*?)/(?P<language>.*?)/",
"variables": {
"language": [
"en",
"ru"
],
"version": [
"11",
"12"
]
}
}
],
"stop_urls": [
"http://docs.artec-group.com/as/12/en/$",
"http://docs.artec-group.com/as/12/ru/$",
"http://docs.artec-group.com/as/11/en/$",
"http://docs.artec-group.com/as/11/ru/$",
"genindex",
"index.html"
],
"selectors": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": ".document h1",
"lvl2": ".document h2",
"lvl3": ".document h3",
"lvl4": ".document h4",
"lvl5": ".document h5",
"text": ".document p, .document li"
},
"min_indexed_level": 1,
"scrap_start_urls": false,
"nb_hits": 9161
}