forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththumbprint.json
43 lines (43 loc) · 1.08 KB
/
thumbprint.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
{
"index_name": "thumbprint",
"start_urls": [
{
"url": "https://thumbprint.thumbtack.com/docs/longread/",
"selectors_key": "long_read",
"tags": [
"long_read"
]
},
"https://thumbprint.thumbtack.com/",
"https://thumbprint.thumbtack.com/docs/"
],
"stop_urls": [
"https://thumbprint.thumbtack.com/docs/kitchen-sink.html"
],
"selectors": {
"default": {
"lvl0": {
"selector": "//*[contains(@class,'sidebar')]//a[contains(@class,'active')]//preceding::*[contains(@class,'title')][1]",
"type": "xpath",
"default_value": "Documentation"
},
"lvl1": ".content .content__head",
"lvl2": ".content h2",
"lvl3": ".content h3",
"lvl4": ".content h4",
"text": ".content p, .content li"
},
"long_read": {
"lvl0": {
"selector": "",
"default_value": "Long read"
},
"lvl1": ".longread h1",
"lvl2": ".longread h2",
"lvl3": ".longread h3",
"lvl4": ".longread h4",
"text": ".longread p, .longread li"
}
},
"nb_hits": 674
}