forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuxeo.json
115 lines (115 loc) · 2.17 KB
/
nuxeo.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"index_name": "nuxeo",
"start_urls": [
{
"url": "https://doc.nuxeo.com/glos/",
"page_rank": -1
},
{
"url": "https://doc.nuxeo.com/60",
"tags": [
"60"
]
},
{
"url": "https://doc.nuxeo.com/710",
"tags": [
"710"
]
},
{
"url": "https://doc.nuxeo.com/810",
"tags": [
"810"
]
},
{
"url": "https://doc.nuxeo.com/admindoc",
"tags": [
"ft"
]
},
{
"url": "https://doc.nuxeo.com/nxdoc",
"tags": [
"ft"
]
},
{
"url": "https://doc.nuxeo.com/userdoc",
"tags": [
"ft"
]
},
{
"url": "https://doc.nuxeo.com/corg",
"tags": [
"static"
]
},
{
"url": "https://doc.nuxeo.com/glos",
"tags": [
"static"
]
},
{
"url": "https://doc.nuxeo.com/idedoc",
"tags": [
"static"
]
},
{
"url": "https://doc.nuxeo.com/nuxeo-release-cycle",
"tags": [
"static"
]
},
{
"url": "https://doc.nuxeo.com/studio",
"tags": [
"static"
]
},
{
"url": "https://explorer.nuxeo.com/",
"tags": [
"static"
]
},
"http://doc.nuxeo.com/nxdoc",
"http://doc.nuxeo.com/studio",
"http://doc.nuxeo.com/userdoc",
"http://doc.nuxeo.com/810",
"http://doc.nuxeo.com/corg",
"http://doc.nuxeo.com/710",
"http://doc.nuxeo.com/60",
"http://doc.nuxeo.com/glos",
"http://doc.nuxeo.com/idedoc",
"http://doc.nuxeo.com/nuxeo-release-cycle"
],
"stop_urls": [
"/label/?$",
"/label/.+",
"/blog/?$",
"/blog/.+",
"site/distribution"
],
"selectors": {
"lvl0": {
"selector": "#section_name",
"default_value": "Documentation"
},
"lvl1": {
"selector": "#page-versions .version-label",
"default_value": "Latest"
},
"lvl2": "#page-title",
"lvl3": "#content h2",
"lvl4": "#content h3",
"lvl5": "#content h4, #content h5, #content h6",
"text": "#content p, #content li, #content pre, #content table"
},
"min_indexed_level": 2,
"nb_hits": 134292
}