forked from CoinAlpha/hummingbot-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhummingbot.json
48 lines (48 loc) · 1.1 KB
/
hummingbot.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
{
"index_name": "hummingbot",
"start_urls": [
{
"url": "https://docs.hummingbot.io/",
"selectors_key": "docs",
"tags": ["docs"]
},
{
"url": "https://docs.hummingbot.io/miner",
"selectors_key": "miner",
"tags": ["miner"]
}
],
"sitemap_urls": ["https://docs.hummingbot.io/sitemap.xml"],
"stop_urls": [""],
"selectors": {
"docs": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": ".md-content h1",
"lvl2": ".md-content h2",
"lvl3": ".md-content h3",
"lvl4": ".md-content h4",
"lvl5": ".md-content h5",
"text": ".md-content p, .md-content li"
},
"miner": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": "main div h1",
"lvl2": "main div h2",
"lvl3": "main div h3",
"lvl4": "main div h4",
"lvl5": "main div h5",
"text": "main div p, main div li"
}
},
"custom_settings": {
"attributesForFaceting": ["tags"]
},
"conversation_id": ["1316525525"],
"nb_hits": 3712
}