forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcycle_js.json
65 lines (65 loc) · 1.39 KB
/
cycle_js.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"index_name": "cycle_js",
"start_urls": [
{
"url": "https://cycle.js.org/api",
"selectors_key": "api"
},
{
"url": "https://cycle.js.org/releases.html",
"selectors_key": "releases"
},
"https://cycle.js.org",
"https://cycle.js.org/getting-started.html"
],
"stop_urls": [
"https://cycle.js.org/$"
],
"selectors": {
"default": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": ".content h1",
"lvl2": ".content h2",
"lvl3": ".content h3",
"lvl4": ".content h4",
"lvl5": ".content h5",
"text": ".content p, .content li"
},
"api": {
"lvl0": {
"selector": "",
"default_value": "API reference"
},
"lvl1": {
"selector": "//h1[1]",
"type": "xpath"
},
"lvl2": {
"selector": "//h1[2]",
"type": "xpath"
},
"lvl3": ".content h2",
"lvl4": ".content h3",
"lvl5": ".content h4",
"text": ".content p, .content li"
},
"releases": {
"lvl0": {
"selector": "",
"default_value": "Releases"
},
"lvl1": ".content h1",
"lvl2": ".content h2",
"lvl3": ".content h3",
"lvl4": ".content h4",
"lvl5": ".content h5",
"text": ".content p, .content li"
}
},
"js_render": true,
"js_wait": 1,
"nb_hits": 886
}