forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpydio.json
121 lines (121 loc) · 3.19 KB
/
pydio.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
116
117
118
119
120
121
{
"index_name": "pydio",
"start_urls": [
{
"url": "https://pydio.com/en/docs/v8",
"tags": [
"administration-guide"
],
"selectors_key": "administrator"
},
{
"url": "https://pydio.com/en/docs/kb",
"tags": [
"knowledge-base"
],
"selectors_key": "knowledge-base"
},
{
"url": "https://pydio.com/en/docs/developer-guide",
"tags": [
"developer-guide"
],
"selectors_key": "developer"
},
{
"url": "https://pydio.com/en/docs/references/plugins",
"tags": [
"plugins"
],
"selectors_key": "plugins"
},
{
"url": "https://pydio.com/en/docs/references/pydio-api",
"tags": [
"api"
],
"selectors_key": "api"
},
{
"url": "https://pydio.com/en/docs/faq",
"tags": [
"faq"
],
"selectors_key": "faq"
}
],
"stop_urls": [
"/$"
],
"selectors": {
"administrator": {
"lvl0": {
"selector": "//div[@class=\"documentation-menu\"]//a[@class=\"active\"]/../../../a",
"type": "xpath",
"default_value": "Administration Guide"
},
"lvl1": "article.documentation h1",
"lvl2": "article.documentation h2",
"lvl3": "article.documentation h3",
"lvl4": "article.documentation h4",
"lvl5": "article.documentation h5",
"text": "article.documentation p, article.documentation li"
},
"developer": {
"lvl0": {
"selector": "//div[@class=\"documentation-menu\"]//a[@class=\"active\"]/../../../a",
"type": "xpath",
"default_value": "Developer Guide"
},
"lvl1": "article.documentation h1",
"lvl2": "article.documentation h2",
"lvl3": "article.documentation h3",
"lvl4": "article.documentation h4",
"lvl5": "article.documentation h5",
"text": "article.documentation p, article.documentation li"
},
"knowledge-base": {
"lvl0": {
"selector": "//div[@class=\"documentation-menu\"]//a[@class=\"active\"]/../../../a",
"type": "xpath",
"default_value": "Knowledge Base"
},
"lvl1": "article.documentation h1",
"lvl2": "article.documentation h2",
"lvl3": "article.documentation h3",
"lvl4": "article.documentation h4",
"lvl5": "article.documentation h5",
"text": "article.documentation p, article.documentation li"
},
"plugins": {
"lvl0": {
"selector": "",
"default_value": "Plugins Reference"
},
"lvl1": "#content h1",
"lvl2": "#content h2",
"lvl3": "#content h3",
"text": "#content p, #content li, #content tbody td"
},
"api": {
"lvl0": {
"selector": "",
"default_value": "API Reference"
},
"lvl1": "#resources_container .heading h2",
"lvl2": "#resources_container .content p"
},
"faq": {
"lvl0": {
"selector": "//div[@class=\"documentation-menu\"]//a[@class=\"active\"]/../../../a",
"type": "xpath",
"default_value": "F.A.Q."
},
"lvl1": "section .question p",
"text": "section .answer p"
}
},
"min_indexed_level": 2,
"nb_hits": 7238,
"js_render": true
}