forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathk15t.json
106 lines (106 loc) · 2.48 KB
/
k15t.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
{
"index_name": "k15t",
"start_urls": [
{
"url": "https://help.k15t.com/backbone-issue-sync/(?P<version>.*?)/",
"variables": {
"version": [
"latest",
"2.0",
"2.1",
"2.2",
"2.3",
"3.0",
"3.1",
"3.2",
"3.3",
"3.4"
]
}
},
{
"url": "https://help.k15t.com/scroll-versions/(?P<version>.*?)/",
"variables": {
"version": [
"latest",
"3.0",
"2.8",
"3.1",
"3.2",
"3.3",
"3.4",
"3.5",
"3.6",
"3.7"
]
}
},
"https://help.k15t.com/scroll-office-cloud/",
"https://help.k15t.com/scroll-translations/",
"https://help.k15t.com/scroll-acrolinx-connector/",
"https://help.k21t.com/scroll-imagemap/",
"https://help.k15t.com/conversations-video-chat-for-confluence/",
"https://help.k15t.com/scroll-document-versions/",
{
"url": "https://help.k15t.com/legacy/scroll-pdf-exporter/",
"selectors_key": "help"
},
{
"url": "https://help.k15t.com/scroll-office",
"selectors_key": "help"
},
{
"url": "https://help.k15t.com/scroll-viewport",
"selectors_key": "help"
},
{
"url": "https://help.k15t.com/scroll-html-exporter",
"selectors_key": "help"
},
{
"url": "https://help.k15t.com/scroll-chm-exporter",
"selectors_key": "help"
},
{
"url": "https://help.k15t.com/scroll-docbook-exporter",
"selectors_key": "help"
},
{
"url": "https://help.k15t.com/scroll-eclipsehelp-exporter",
"selectors_key": "help"
},
{
"url": "https://help.k15t.com/scroll-epub-exporter",
"selectors_key": "help"
}
],
"stop_urls": [
".jar$"
],
"selectors": {
"default": {
"lvl0": "#article-content h1",
"lvl1": "#article-content h2",
"lvl2": "#article-content h3",
"lvl3": "#article-content h4",
"lvl4": {
"selector": ".versionpicker",
"global": true
},
"text": "#article-content p, #article-content li"
},
"help": {
"lvl0": {
"selector": ".ht-sidebar-header h2",
"global": true
},
"lvl1": ".ht-content h2",
"lvl2": ".ht-content h3",
"lvl3": ".ht-content h4",
"lvl4": ".ht-content h5",
"text": ".ht-content p, .ht-content li"
}
},
"min_indexed_level": 2,
"nb_hits": 265951
}