forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshopware.json
42 lines (42 loc) · 1.13 KB
/
shopware.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
{
"index_name": "shopware",
"start_urls": [
{
"url": "https://developers.shopware.com/developers-guide/rest-api",
"selectors_key": "rest"
},
"https://developers.shopware.com"
],
"stop_urls": [
"\\.md$"
],
"selectors": {
"default": {
"lvl0": {
"selector": "//li[contains(@class, 'navi--chapter') and contains(@class, 'is--active')]/a",
"type": "xpath",
"default_value": "Documentation"
},
"lvl1": ".inner-container h1",
"lvl2": ".inner-container h2",
"lvl3": ".inner-container h3",
"lvl4": ".inner-container h4",
"lvl5": ".inner-container h5",
"text": ".inner-container p, .inner-container p, .inner-container td"
},
"rest": {
"lvl0": {
"selector": "",
"default_value": "REST API"
},
"lvl1": ".inner-container h1",
"lvl2": ".inner-container h2",
"lvl3": ".inner-container h3",
"lvl4": ".inner-container h4",
"lvl5": ".inner-container h5",
"text": ".inner-container p, .inner-container p, .inner-container td"
}
},
"min_indexed_level": 1,
"nb_hits": 7810
}