forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrealm-io.json
51 lines (51 loc) · 876 Bytes
/
realm-io.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
{
"index_name": "realm-io",
"start_urls": [
{
"url": "https://realm.io/docs/",
"tags": [
"en"
]
},
{
"url": "https://realm.io/kr/docs/",
"tags": [
"kr"
]
},
{
"url": "https://realm.io/cn/docs/",
"tags": [
"cn"
]
},
{
"url": "https://realm.io/jp/docs/",
"tags": [
"jp"
]
}
],
"stop_urls": [
"api",
"objc/\\d",
"swift/\\d",
"java/\\d",
"xamarin/\\d",
"javascript/\\d",
"java/adapter"
],
"selectors": {
"lvl0": {
"selector": "a.doc-section-header.active",
"global": true
},
"lvl1": ".docs-body h2",
"lvl2": ".docs-body h3",
"lvl3": ".docs-body h4",
"lvl4": ".docs-body h5",
"text": ".docs-body p, .docs-body li"
},
"min_indexed_level": 2,
"nb_hits": 19024
}