forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelloeko.json
51 lines (51 loc) · 1.24 KB
/
helloeko.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
46
47
48
49
50
51
{
"index_name": "helloeko",
"start_urls": [
{
"url": "https://developer.helloeko.com/api/",
"selectors_key": "api"
},
"https://developer.helloeko.com/"
],
"stop_urls": [
"https://developer.helloeko.com/blog/"
],
"selectors": {
"default": {
"lvl0": {
"selector": "",
"default_value": "Docs"
},
"lvl1": {
"selector": "//aside//a[contains(@class, 'current')]/preceding::*[contains(@class, 'sidebar-title')][1]",
"type": "xpath",
"global": "true"
},
"lvl2": ".article h1",
"lvl3": ".article h2",
"lvl4": ".article h3",
"lvl5": ".article h4",
"lvl6": ".article h5",
"text": ".article p, .article li"
},
"api": {
"lvl0": {
"selector": "",
"default_value": "API"
},
"lvl1": {
"selector": "//aside//a[contains(@class, 'current')]/preceding::*[contains(@class, 'sidebar-title')][1]",
"type": "xpath",
"global": "true"
},
"lvl2": ".article h1",
"lvl3": ".article h2",
"lvl4": ".article h3",
"lvl5": ".article h4",
"lvl6": ".article h5",
"text": ".article p, .article li"
}
},
"min_indexed_level": 2,
"nb_hits": 1487
}