forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplasticscm.json
44 lines (44 loc) · 1.05 KB
/
plasticscm.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
{
"index_name": "plasticscm",
"start_urls": [
"https://www.plasticscm.com/documentation.html",
"https://www.plasticscm.com/documentation/.*/.*\\.shtml",
"https://users.semanticmerge.com/documentation/external-parsers/external-parsers-guide.shtml",
{
"url": "https://www.plasticscm.com/download/releasenotes",
"selectors_key": "release"
},
{
"url": "https://www.plasticscm.com/download/releasenotes/all",
"selectors_key": "release"
}
],
"stop_urls": [
"newernotes",
"oldernotes"
],
"selectors": {
"default": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": ".span9 h1",
"lvl2": ".span9 h2",
"lvl3": ".span9 h3",
"lvl4": ".span9 h4",
"lvl5": ".span9 h5",
"text": ".span9 p, .span9 li, .span9 td"
},
"release": {
"lvl0": {
"selector": "",
"default_value": "Release notes"
},
"lvl1": ".release",
"text": ".text p"
}
},
"min_indexed_lvl": 2,
"nb_hits": 15897
}