forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprocessout.json
40 lines (40 loc) · 880 Bytes
/
processout.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
{
"index_name": "processout",
"start_urls": [
{
"url": "https://docs.processout.com/refs/index.html",
"page_rank": -1,
"selectors_key": "api"
},
{
"url": "https://docs.processout.com/",
"selectors_key": "guide"
}
],
"stop_urls": [],
"selectors": {
"api": {
"lvl0": {
"selector": "",
"default_value": "API references"
},
"lvl1": ".content h2",
"lvl2": ".content h3",
"lvl3": ".content h4",
"lvl4": ".content h5",
"text": ".content p, .content li, .content th"
},
"guide": {
"lvl0": {
"selector": "",
"default_value": "Guides"
},
"lvl1": ".content h2",
"lvl2": ".content h3",
"lvl3": ".content h4",
"lvl4": ".content h5",
"text": ".content p, .content li, .content th"
}
},
"nb_hits": 486
}