forked from Seeed-Studio/wiki-documents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docsearch.json
56 lines (56 loc) · 1.23 KB
/
docsearch.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
{
"index_name": "wiki_platform",
"start_urls": [
"https://wiki.seeedstudio.com/"
],
"selectors": {
"lvl0": {
"selector": "title",
"type": "css",
"global": true,
"default_value": "Documentation"
},
"lvl1": "h1.anchor",
"lvl2": "h2.anchor",
"lvl3": "h3.anchor",
"lvl4": "h4.anchor",
"text": "article p, article li",
"last_updated": {
"selector": "time[datetime]",
"type": "css",
"global": true,
"default_value": ""
}
},
"stop_urls": [
"https://wiki.seeedstudio.com/search",
"https://wiki.seeedstudio.com/v3me",
"https://wiki.seeedstudio.com/playground",
"https://wiki.seeedstudio.com/inspector",
"https://wiki.seeedstudio.com/zh-CN",
"https://wiki.seeedstudio.com/cn"
],
"sitemap_urls": [
"https://wiki.seeedstudio.com/sitemap.xml"
],
"sitemap_alternate_links": true,
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": [
"language",
"version",
"type",
"docusaurus_tag"
],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
},
"js_render": false
}