forked from aztec-labs-eng/aztec-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypesense.config.json
More file actions
66 lines (66 loc) · 1.86 KB
/
Copy pathtypesense.config.json
File metadata and controls
66 lines (66 loc) · 1.86 KB
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
{
"index_name": "aztec-docs",
"start_urls": [
{
"url": "https://docs.aztec.network/aztec-nr-api/mainnet/",
"selectors_key": "api-nr",
"page_rank": 2,
"extra_attributes": {
"language": "en",
"docusaurus_tag": "default"
}
},
{
"url": "https://docs.aztec.network/",
"page_rank": 10
}
],
"stop_urls": [
"https://docs.aztec.network/aztec-nr-api/mainnet/std/",
"https://docs.aztec.network/aztec-nr-api/mainnet/all.html",
"aztec-nr-api/.*/global\\.[^/]+\\.html$"
],
"selectors": {
"default": {
"lvl0": {
"selector": "(//ul[contains(@class,'menu__list')]//a[contains(@class, 'menu__link menu__link--sublist menu__link--active')]/text() | //nav[contains(@class, 'navbar')]//a[contains(@class, 'navbar__link--active')]/text())[last()]",
"type": "xpath",
"global": true,
"default_value": "Documentation"
},
"lvl1": "header h1",
"lvl2": "header h2",
"lvl3": "header h3",
"lvl4": "header h4",
"lvl5": "header h5",
"lvl6": "header h6",
"text": "article p, article li, article td:last-child"
},
"api-nr": {
"lvl0": {
"selector": "nav.sidebar h1 a",
"default_value": "Aztec.nr API Reference"
},
"lvl1": "main h1",
"lvl2": "main h2",
"lvl3": "main h3",
"lvl4": "main h4",
"text": "main .comments p, main .comments li, main .padded-description, main .item-description, main .struct-field, main li"
}
},
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": ["language", "version", "type", "docusaurus_tag"],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
},
"conversation_id": ["833762294"],
"nb_hits": 46250
}