forked from o1-labs/docs2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalgolia-config.json
48 lines (48 loc) · 1.28 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
45
46
47
48
{
"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": 1,
"stop_urls": ["https://docs.minaprotocol.com/node-developers"],
"selectors_exclude": ["footer"],
"selectors": {
"lvl0": {
"selector": "",
"defaultValue": "Documentation"
},
"lvl1": "header h1, article h1, main h1, h1, head > title",
"lvl2": "article h2, main h2, h2",
"lvl3": "article h3, main h3, h3",
"lvl4": "article h4, main h4, h4",
"lvl5": "article h5, main h5, h5",
"lvl6": "article h6, main h6, h6",
"text": "article p, article li, main p, main li, p, 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
}