-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathmorsels_config.json
46 lines (46 loc) · 996 Bytes
/
morsels_config.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
{
"indexing_config": {
"exclude": [
"index.html",
"print.html",
"404.html",
"morsels_config.json"
],
"include": [
"*/*/readme/index.html"
],
"loaders": {
"HtmlLoader": {
"exclude_selectors": [
"script,style,#sidebar,#menu-bar"
],
"selectors": [
{
"attr_map": {},
"field_name": "title",
"selector": "title"
},
{
"attr_map": {},
"field_name": "h1",
"selector": "h1"
},
{
"attr_map": {},
"field_name": "body",
"selector": "body"
},
{
"attr_map": {
"id": "headingLink"
},
"field_name": "heading",
"selector": "h1,h2,h3,h4,h5,h6"
}
],
"type": "HtmlLoader"
}
}
},
"preset": "small"
}