forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathckeditor_docs_site.json
96 lines (96 loc) · 2.39 KB
/
ckeditor_docs_site.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
{
"index_name": "ckeditor_docs_site",
"start_urls": [
{
"url": "https://docs.ckeditor.com/ckeditor5/latest/api/module_core_editor_editorconfig-EditorConfig.html",
"selectors_key": "api",
"page_rank": 1,
"tags": [
"ckeditor5",
"api"
]
},
{
"url": "https://docs.ckeditor.com/ckeditor5/latest/api/",
"selectors_key": "api",
"tags": [
"ckeditor5",
"api"
]
},
{
"url": "https://docs.ckeditor.com/ckeditor5/latest/framework/",
"tags": [
"ckeditor5",
"framework"
]
},
{
"url": "https://docs.ckeditor.com/ckeditor5/latest/builds/",
"tags": [
"ckeditor5",
"builds"
]
},
{
"url": "https://docs.ckeditor.com/ckeditor5/latest/features/",
"tags": [
"ckeditor5",
"features"
]
},
{
"url": "https://docs.ckeditor.com/ckeditor5/latest/examples/",
"tags": [
"ckeditor5",
"examples"
]
},
{
"url": "https://docs.ckeditor.com/"
}
],
"stop_urls": [
"https://docs.ckeditor.com/ckeditor4/.*",
"https://docs.ckeditor.com/ckfinder/.*",
"https://docs.ckeditor.com/ckeditor5/[0-9].*/.*",
"https://docs.ckeditor.com/ckeditor5/latest/api/index.html",
"https://docs.ckeditor.com/ckeditor5/latest/framework/index.html",
"https://docs.ckeditor.com/ckeditor5/latest/builds/index.html",
"https://docs.ckeditor.com/ckeditor5/latest/features/index.html",
"https://docs.ckeditor.com/ckeditor5/latest/examples/index.html",
"https://docs.ckeditor.com/index.html"
],
"selectors_exclude": [
".collapsing-list__type",
".badges",
".secondary-navigation",
".exclude"
],
"selectors": {
"default": {
"lvl0": {
"selector": ".top__menu__item--active",
"default_value": "CKEditor"
},
"lvl1": ".main__content h1, .important",
"lvl2": ".main__content h2, .relevant",
"lvl3": ".main__content h3",
"lvl4": ".main__content h4",
"lvl5": ".main__content h5",
"text": ".main__content p, .main__content li"
},
"api": {
"lvl0": {
"selector": "",
"default_value": "API"
},
"lvl1": ".main__content h1, .important",
"lvl2": ".main__content h2, .relevant",
"lvl3": ".main__content h3",
"text": ".main__content .main-description, .main__content .collapsing-list__description"
}
},
"min_indexed_level": 1,
"nb_hits": 15370
}