forked from xmtp/xmtp-dot-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalgolia.config.json
135 lines (133 loc) · 3.34 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"index_name": "xmtp_dot_org",
"sitemap_urls": ["https://xmtp.org/sitemap.xml"],
"start_urls": [
{
"url": "https://xmtp.org/docs/*",
"tags": "docs",
"selectors_key": "docs"
},
{
"url": "https://xmtp.org/roadmap/*",
"tags": "roadmap",
"selectors_key": "roadmap"
},
{
"url": "https://xmtp.org/docs/use-cases/*",
"tags": "community",
"selectors_key": "community"
},
{
"url": "https://xmtp.org/grants/*",
"tags": "community",
"selectors_key": "community"
},
{
"url": "https://xmtp.org/blog/*",
"tags": "blog",
"selectors_key": "blog"
},
"https://xmtp.org"
],
"stop_urls": [],
"selectors": {
"docs": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Documentation"
},
"lvl1": "article h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5, article td:first-child",
"lvl6": "article h6",
"text": "article p, article li, article code, article td:last-child"
},
"roadmap": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Roadmap"
},
"lvl1": "article h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5, article td:first-child",
"lvl6": "article h6",
"text": "article p, article li, article td:last-child"
},
"community": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Community"
},
"lvl1": "article h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5, article td:first-child",
"lvl6": "article h6",
"text": "article p, article li, article td:last-child"
},
"built-with-xmtp": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Community"
},
"lvl1": "article h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5, article td:first-child",
"lvl6": "article h6",
"text": "article p, article li, article td:last-child"
},
"grants": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Community"
},
"lvl1": "article h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5, article td:first-child",
"lvl6": "article h6",
"text": "article p, article li, article td:last-child"
},
"blog": {
"lvl0": {
"selector": "",
"global": true,
"default_value": "Blog"
},
"lvl1": "article h1",
"lvl2": "article h2",
"lvl3": "article h3",
"lvl4": "article h4",
"lvl5": "article h5, article td:first-child",
"lvl6": "article h6",
"text": "article p, article li, article code, article td:last-child"
}
},
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": ["language", "version", "type", "docusaurus_tag"],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
},
"nb_hits": 1110
}