forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolysync.json
27 lines (27 loc) · 833 Bytes
/
polysync.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
{
"index_name": "polysync",
"start_urls": [
"http://docs.polysync.io/"
],
"stop_urls": [
"http://docs.polysync.io/flows/getting-started/",
"http://docs.polysync.io/releases",
"http://docs.*//.*"
],
"site_map_urls": [
"http://docs.polysync.io/sitemap.xml"
],
"selectors": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": ".Article-Content h1, .Sensors-Content h1",
"lvl2": ".Article-Content h2, .Sensors-Content h2",
"lvl3": ".Article-Content h3, .Sensors-Content h3",
"lvl4": ".Article-Content h4, .Sensors-Content h4",
"lvl5": ".Article-Content h5, .Sensors-Content h5",
"text": ".Article-Content p, .Article-Content li, .Article-Content td, .Sensors-Content p, .Sensors-Content li, .Sensors-Content td"
},
"nb_hits": 41791
}