forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathebertapp.json
41 lines (41 loc) · 956 Bytes
/
ebertapp.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
{
"index_name": "ebertapp",
"start_urls": [
{
"url": "https://docs.ebertapp.io/guides/",
"selectors_key": "guides"
},
{
"url": "https://docs.ebertapp.io/",
"selectors_key": "default"
}
],
"stop_urls": [],
"selectors": {
"default": {
"lvl0": ".breadcrumbs a:nth-child(3)",
"lvl1": ".page-title",
"lvl2": ".page-content h2",
"lvl3": ".page-content h3",
"lvl4": ".page-content h4",
"text": ".page-content p, .page-content li"
},
"guides": {
"lvl0": {
"selector": "",
"default_value": "Guides"
},
"lvl1": ".breadcrumbs a:nth-child(1)",
"lvl2": ".page-title",
"lvl3": ".page-content h2",
"lvl4": ".page-content h3",
"lvl5": ".page-content h4",
"text": ".page-content p, .page-content li"
}
},
"selectors_exclude": [
"article.guide-entry"
],
"min_indexed_level": 1,
"nb_hits": 456
}