forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsymfony.json
49 lines (49 loc) · 936 Bytes
/
symfony.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
49
{
"index_name": "symfony",
"start_urls": [
{
"url": "https://symfony.com/doc/(?P<version>.*?)/",
"variables": {
"version": [
"2.0",
"2.1",
"2.2",
"2.3",
"2.4",
"2.5",
"2.6",
"2.7",
"2.8",
"3.0",
"3.1",
"current",
"master"
]
}
},
"https://symfony.com/doc/bundles"
],
"stop_urls": [
".*^(?!.*Bundle).*index.html"
],
"selectors_exclude": [
"body.doc #main .page h1"
],
"selectors": {
"lvl0": {
"selector": "//*[@class='breadcrumb']/li[3]",
"type": "xpath"
},
"lvl1": {
"selector": "//*[@class='breadcrumb']/li[4]",
"type": "xpath"
},
"lvl2": "main h1",
"lvl3": "main h2",
"lvl4": "main h3",
"lvl5": "main h4",
"text": "main p"
},
"min_indexed_level": 2,
"nb_hits": 175508
}