forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathckeditor_nightly.json
86 lines (86 loc) · 2.34 KB
/
ckeditor_nightly.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
{
"index_name": "ckeditor_nightly",
"start_urls": [
{
"url": "https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/module_core_editor_editorconfig-EditorConfig.html",
"selectors_key": "api",
"page_rank": 1,
"tags": [
"api",
"ckeditor5"
]
},
{
"url": "https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/",
"selectors_key": "api",
"tags": [
"api",
"ckeditor5"
]
},
{
"url": "https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/framework/",
"tags": [
"framework",
"ckeditor5"
]
},
{
"url": "https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/",
"tags": [
"builds",
"ckeditor5"
]
},
{
"url": "https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/features/",
"tags": [
"features",
"ckeditor5"
]
},
{
"url": "https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/examples/",
"tags": [
"examples",
"ckeditor5"
]
}
],
"stop_urls": [
"https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/api/index.html",
"https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/framework/index.html",
"https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/index.html",
"https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/features/index.html",
"https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/examples/index.html"
],
"selectors_exclude": [
".collapsing-list__type",
".badges",
".secondary-navigation",
".exclude"
],
"selectors": {
"default": {
"lvl0": ".top__menu__item--active",
"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": 13863
}