forked from freeserverproject/freeserver-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
32 lines (32 loc) · 768 Bytes
/
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
{
"index_name": "prod_freeserver-wiki",
"start_urls": [
{
"url": "http://192.168.1.22/"
}
],
"stop_urls": ["(?:(?<!\\.html)(?<!/))$"],
"selectors": {
"lvl0": {
"selector": ".sidebar > .sidebar-links > .sidebar-link .sidebar-link-item.active",
"global": true,
"default_value": "Documentation"
},
"lvl1": ".content h1",
"lvl2": ".content h2",
"lvl3": ".content h3",
"lvl4": ".content h4",
"lvl5": ".content h5",
"lvl6": ".content p, .content li",
"text": ".content [class^=language-]",
"language": {
"selector": "/html/@lang",
"type": "xpath",
"global": true,
"default_value": "ja"
}
},
"custom_settings": {
"attributesForFaceting": ["language"]
}
}