-
Notifications
You must be signed in to change notification settings - Fork 0
/
search-config.json
69 lines (69 loc) · 1.96 KB
/
search-config.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"index_name": "docs_mobiscroll",
"start_urls": [
{
"url": "https://mobiscroll.com/docs/(?P<framework>.*?)/(?P<component>.*?)/",
"variables": {
"framework": ["angular", "react", "vue", "javascript", "jquery"],
"component": ["eventcalendar", "datepicker", "select", "popup"]
}
},
{
"url": "https://mobiscroll.com/docs/(?P<framework>.*?)/forms/(?P<component>.*?)/",
"variables": {
"framework": ["angular", "react", "vue", "javascript", "jquery"],
"component": ["button", "checkbox", "dropdown", "input", "radio", "segmented", "stepper", "switch", "textarea"]
}
},
{
"url": "https://mobiscroll.com/docs/(?P<framework>.*?)/",
"variables": {
"framework": ["angular", "react", "vue", "javascript", "jquery"]
}
},
{
"url": "https://mobiscroll.com/docs"
}
],
"sitemap_urls": ["https://mobiscroll.com/docs/sitemap.xml"],
"sitemap_alternate_links": true,
"stop_urls": [
"https://mobiscroll.com/docs/(?P<version>\\d+[\\-\\.]\\d+[\\-\\.]\\d+)",
"/tests"
],
"selectors": {
"lvl0": {
"selector": "//ul[contains(@class,'menu__list')]//a[contains(@class, 'menu__link') and contains(@class, 'menu__link--sublist') and contains(@class, 'menu__link--active')]/text()[last()]",
"type": "xpath",
"global": true,
"default_value": "Documentation"
},
"lvl1": "h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"text": "article :not(h3) + p, article li, article td:last-child"
},
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": [
"language",
"version",
"type",
"docusaurus_tag",
"framework",
"component"
],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
},
"nb_hits": 35652,
"js_render": true
}