forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfblitho.json
50 lines (49 loc) · 1.05 KB
/
fblitho.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
{
"index_name": "fblitho",
"start_urls": [
{
"url": "https://fblitho.com/docs",
"selectors_key": "doc",
"page_rank": 1
},
{
"url": "https://fblitho.com/javadoc/overview-summary.html",
"selectors_key": "api"
},
{
"url": "https://fblitho.com/javadoc",
"selectors_key": "api"
}
],
"stop_urls": [],
"selectors": {
"doc" : {
"lvl0": {
"selector": "//a[contains(@class, 'navItemActive')]/../../preceding::h3[1]",
"type": "xpath"
},
"lvl1": ".post h1",
"lvl2": ".post h2",
"lvl3": ".post h3",
"lvl4": ".post h4",
"lvl5": ".post h5",
"text": ".post p, .post li"
},
"api" : {
"lvl0": {
"selector": ".header .subtitle",
"default": "API documentation"
},
"lvl1": ".header h2",
"lvl2": {
"selector": "//*[@id='blockList']/li/ul/li/a",
"type": "xpath"
},
"text": ".block"
}
},
"min_indexed_level": 1,
"js_render": true,
"js_wait": 1,
"nb_hits": 3874
}