forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplayframework.json
42 lines (42 loc) · 1.2 KB
/
playframework.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
{
"index_name": "playframework",
"start_urls": [
{
"url": "https://www.playframework.com/documentation/(?P<version>.*?)/",
"variables": {
"version": {
"url": "https://www.playframework.com/documentation/latest/Home",
"js": "var versions = $('#toolbar .switch:first .dropdown dd a').map(function(i, e) { return $(e).attr('href').split('/')[3]; }).toArray(); return JSON.stringify(versions);"
}
},
"tags": [
"en"
]
},
{
"url": "https://www.playframework.com/documentation/(?P<tags>.*?)/(?P<version>.*?)/",
"variables": {
"version": {
"url": "https://www.playframework.com/documentation/latest/Home",
"js": "var versions = $('#toolbar .switch:first .dropdown dd a').map(function(i, e) { return $(e).attr('href').split('/')[3]; }).toArray(); return JSON.stringify(versions);"
},
"tags": [
"tr",
"ja"
]
}
}
],
"stop_urls": [
"/api/"
],
"selectors": {
"lvl0": "#content h1",
"lvl1": "#content h2",
"lvl2": "#content h3",
"lvl3": "#content h4",
"text": "#content p"
},
"min_indexed_level": 2,
"nb_hits": 85156
}