-
Notifications
You must be signed in to change notification settings - Fork 41
/
docsearch.json
54 lines (54 loc) · 1.56 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
{
"index_name": "docsearch",
"start_urls": [{
"url": "https://docs.viam.com/get-started/",
"tags": ["guide"],
"page_rank": 10
},{
"url": "https://docs.viam.com/how-tos/",
"tags": ["guide"],
"page_rank": 20
},{
"url": "https://docs.viam.com/tutorials/",
"tags": ["tutorial"],
"page_rank": 10
},{
"url": "https://docs.viam.com/appendix/glossary/",
"tags": ["glossary"],
"page_rank": 1
},{
"url": "https://docs.viam.com/appendix/changelog/",
"tags": ["changelog"],
"page_rank": 1
},{
"url": "https://docs.viam.com/appendix/apis/",
"tags": ["apis"],
"page_rank": 2
},{
"url": "https://docs.viam.com/registry/examples/",
"tags": ["apis"],
"page_rank": 30
},{
"url": "https://docs.viam.com/",
"tags": [],
"page_rank": 40
}],
"sitemap_urls": ["https://docs.viam.com/sitemap.xml"],
"use_anchors": true,
"selectors": {
"lvl0": ".td-content h1",
"lvl1": ".td-content p:first-of-type",
"lvl2": ".td-content h2",
"lvl3": ".td-content h3",
"lvl4": ".td-content h4",
"lvl5": ".td-content h5, .td-content .expand summary",
"text": ".td-content p, .td-content div, .td-content ul li, .td-content ol li, .td-content table tbody tr"
},
"selectors_exclude": [
".footer",
"#edit-on-github",
".d-print-none.feedback",
"#emailform",
".td-content .card-container"
]
}