forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplone.json
44 lines (44 loc) · 928 Bytes
/
plone.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": "plone",
"start_urls": [
{
"url": "https://docs.plone.org/3/en/",
"tags": "3"
},
{
"url": "https://docs.plone.org/4/en/",
"tags": "4"
},
{
"url": "https://docs.plone.org/",
"tags": "5"
}
],
"stop_urls": [
"xml"
],
"selectors": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": {
"selector": "(//ul[contains(@class, 'breadcrumb')])[1]/li[2]",
"type": "xpath"
},
"lvl2": {
"selector": "(//ul[contains(@class, 'breadcrumb')])[1]/li[3]",
"type": "xpath"
},
"lvl3": {
"selector": "(//ul[contains(@class, 'breadcrumb')])[1]/li[4]",
"type": "xpath"
},
"lvl4": "section h1",
"lvl5": "section h2",
"lvl6": "section h3, section h4, section h5",
"text": "section p, section li"
},
"min_indexed_level": 4,
"nb_hits": 72843
}