forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlagomframework.json
61 lines (61 loc) · 1.18 KB
/
lagomframework.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
50
51
52
53
54
55
56
57
58
59
60
61
{
"index_name": "lagomframework",
"start_urls": [
{
"url": "https://www.lagomframework.com/documentation/(?P<version>.*?)/(?P<language>.*?)/",
"variables": {
"version": [
"1.0.x",
"1.1.x",
"1.2.x",
"1.3.x",
"1.4.x",
"current",
"latest"
],
"language": [
"scala",
"java"
]
}
},
{
"url": "https://www.lagomframework.com/documentation/(?P<version>.*?)/(?P<language>.*?)/Home.html",
"variables": {
"version": [
"1.0.x",
"1.1.x",
"1.2.x",
"1.3.x",
"1.4.x",
"current",
"latest"
],
"language": [
"scala",
"java"
]
}
}
],
"selectors_exclude": [
".section-marker"
],
"stop_urls": [
"/api/java/",
"/java/api",
"/scala/api",
"ReferenceGuide",
"Home"
],
"selectors": {
"lvl0": "article h1",
"lvl1": "article h2",
"lvl2": "article h3",
"lvl3": "article h4",
"lvl4": "article h5",
"text": "article p, article li"
},
"scrap_start_urls": false,
"nb_hits": 17299
}