forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrudder_project.json
60 lines (60 loc) · 1.06 KB
/
rudder_project.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
{
"index_name": "rudder_project",
"start_urls": [
{
"url": "https://www.rudder-project.org/doc-2.11/",
"tags": [
"v2.11"
]
},
{
"url": "https://www.rudder-project.org/doc-3.0/",
"tags": [
"v3.0"
]
},
{
"url": "https://www.rudder-project.org/doc-3.1/",
"tags": [
"v3.1"
]
},
{
"url": "https://www.rudder-project.org/doc-3.2/",
"tags": [
"v3.2"
]
},
{
"url": "https://www.rudder-project.org/doc-4.0/",
"tags": [
"v4.0"
]
},
{
"url": "https://www.rudder-project.org/doc-4.1/",
"tags": [
"v4.1"
]
},
{
"url": "https://www.rudder-project.org/doc-4.2/",
"tags": [
"v4.2"
]
}
],
"selectors_exclude": [
".bigtitle"
],
"selectors": {
"lvl0": "#header h1",
"lvl1": ".titlepage h2",
"lvl2": ".section h3",
"lvl3": ".section h4",
"lvl4": ".section h5",
"text": ".section p"
},
"min_indexed_level": 1,
"nb_hits": 8852
}