forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfinit.json
52 lines (52 loc) · 1.04 KB
/
infinit.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
{
"index_name": "infinit",
"start_urls": [
{
"url": "https://infinit.sh/documentation/reference",
"page_rank": 1
},
{
"url": "https://infinit.sh/get-started",
"page_rank": 1
},
{
"url": "https://infinit.sh/faq",
"page_rank": -1
},
{
"url": "https://infinit.sh/documentation/roadmap",
"page_rank": -2
},
{
"url": "https://infinit.sh/documentation/status",
"page_rank": -2
},
{
"url": "https://infinit.sh/documentation/changelog",
"page_rank": -2
},
{
"url": "https://infinit.sh/documentation/comparison/.*",
"page_rank": -2
},
{
"url": "https://infinit.sh/documentation/.*",
"page_rank": -1
}
],
"selectors": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": ".doc h1",
"lvl2": ".doc h2",
"lvl3": ".doc h3",
"lvl4": ".doc h4",
"lvl5": ".doc h5",
"text": ".doc p"
},
"min_indexed_level": 1,
"nb_hits": 2675,
"js_render": true
}