forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadonisjs.json
45 lines (45 loc) · 926 Bytes
/
adonisjs.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
42
43
44
45
{
"index_name": "adonisjs",
"start_urls": [
{
"url": "http://adonisjs.com/docs/(?P<version>.*?)/overview",
"variables": {
"version": [
"3.0",
"3.1",
"3.2"
]
}
},
{
"url": "http://adonisjs.com/docs/(?P<version>.*?)/",
"variables": {
"version": [
"3.0",
"3.1",
"3.2"
]
}
}
],
"stop_urls": [],
"selectors_exclude": [
".note",
".admonitionblock"
],
"selectors": {
"lvl0": {
"selector": "//div[contains(@class, 'sidebar')]/ul/li[contains(@class, 'active')]/../li[contains(@class, 'head')]",
"type": "xpath",
"global": true
},
"lvl1": ".docs h1",
"lvl2": ".docs h2",
"lvl3": ".docs h3",
"lvl4": ".docs h4",
"lvl5": ".docs h5",
"text": ".docs p, .docs li, .docs td"
},
"min_indexed_level": 1,
"nb_hits": 6333
}