forked from o1-labs/docs2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
algolia-config.json
44 lines (44 loc) · 1.04 KB
/
algolia-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
{
"index_name": "mina",
"start_urls": [
{
"url": "https://docs.minaprotocol.com"
}
],
"sitemap_urls": ["https://docs.minaprotocol.com/sitemap.xml"],
"sitemap_alternate_links": true,
"js_render": true,
"js_wait": 3,
"selectors_exclude": ["footer"],
"selectors": {
"lvl0": "",
"lvl1": ".markdown h1",
"lvl2": ".markdown h2",
"lvl3": ".markdown h3",
"lvl4": ".markdown h4",
"lvl5": ".markdown h5",
"lvl6": ".markdown h6",
"text": ".markdown p, .markdown li"
},
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": ["language", "version", "type", "docusaurus_tag"],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
],
"synonyms": [
["js", "javascript"],
["ts", "typescript"],
["es6", "ECMAScript6", "ECMAScript2015"],
["zk", "zero-knowledge", "zero knoweldge"]
]
},
"conversation_id": ["833762294"],
"nb_hits": 46250
}