forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeteor_api_guide.json
48 lines (48 loc) · 1.1 KB
/
meteor_api_guide.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
{
"index_name": "meteor_api_guide",
"start_urls": [
{
"url": "https://docs.meteor.com",
"selectors_key": "api"
},
{
"url": "https://guide.meteor.com",
"selectors_key": "guide"
}
],
"stop_urls": [
"#"
],
"selectors": {
"api": {
"lvl0": {
"selector": "",
"default_value": "Api"
},
"lvl1": {
"selector": "//ul[contains(@class, 'list-toc')]/li[contains(@class, 'current')]/../preceding::div[1]",
"type": "xpath"
},
"lvl2": ".content h1",
"lvl3": ".content h2",
"lvl4": ".content h3",
"lvl5": ".content h4",
"lvl6": ".content h5",
"text": ".content p, .content li, .content code"
},
"guide": {
"lvl0": {
"selector": "",
"default_value": "Guide"
},
"lvl1": ".content-wrapper h1",
"lvl2": ".content-wrapper h2",
"lvl3": ".content-wrapper h3",
"lvl4": ".content-wrapper h4",
"lvl5": ".content-wrapper h5",
"text": ".content-wrapper p, .content-wrapper code"
}
},
"min_indexed_level": 2,
"nb_hits": 7873
}