forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreta.json
40 lines (40 loc) · 976 Bytes
/
greta.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
{
"index_name": "greta",
"start_urls": [
{
"url": "https://greta.io/.*?-insight",
"selectors_key": "insight"
},
"https://greta.io/documentation.html",
"https://greta.io/documentation"
],
"stop_urls": [],
"selectors": {
"insight": {
"lvl0": {
"selector": "",
"default_value": "Insight (with account)"
},
"lvl1": ".docs-content h1",
"lvl2": ".docs-content h2",
"lvl3": ".docs-content h3",
"lvl4": ".docs-content h4",
"lvl5": ".docs-content h5",
"text": ".docs-content p, .docs-content li"
},
"default": {
"lvl0": {
"selector": "",
"default_value": "Headless"
},
"lvl1": ".docs-content h1",
"lvl2": ".docs-content h2",
"lvl3": ".docs-content h3",
"lvl4": ".docs-content h4",
"lvl5": ".docs-content h5",
"text": ".docs-content p, .docs-content li"
}
},
"min_indexed_level": 1,
"nb_hits": 92
}