-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsearch.config.json
More file actions
67 lines (67 loc) · 1.61 KB
/
search.config.json
File metadata and controls
67 lines (67 loc) · 1.61 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"index_name": "monei-docs",
"js_render": true,
"start_urls": [
{
"url": "https://docs.monei.com/docs",
"selectors_key": "docs"
},
{
"url": "https://docs.monei.com/api",
"selectors_key": "api"
}
],
"sitemap_urls": [
"http://docs.monei.com/sitemap.xml"
],
"selectors": {
"docs": {
"lvl0": {
"selector": "//*[contains(@class,'menu ')]/ul[contains(@class,'menu__list')]/li[.//*[contains(@class,'active')]]/a",
"type": "xpath",
"global": true,
"default_value": "Documentation"
},
"lvl1": "header h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5",
"lvl6": "article h6",
"text": "article p, article li"
},
"api": {
"lvl0": {
"selector": "//*[@role=\"navigation\"]/li/label[contains(@class,\"active\")]/span",
"type": "xpath",
"global": true,
"default_value": "API Reference"
},
"lvl1": ".redoc-wrap h1",
"lvl2": ".redoc-wrap h2",
"lvl3": ".redoc-wrap h3",
"lvl4": ".redoc-wrap h4",
"lvl5": ".redoc-wrap h5",
"lvl6": ".redoc-wrap h6",
"text": ".redoc-wrap p,.redoc-wrap li,.redoc-wrap td[kind=\"field\"]"
}
},
"selectors_exclude": [".redoc-json"],
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": [
"language",
"version",
"type"
],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
}
}