-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathalgolia.config.json
104 lines (104 loc) · 2.92 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
{
"index_name": "prod_DOCS",
"start_urls": [
{
"url": "https://www.macrometa.com/docs",
"tags": ["Documentation"]
},
{
"url": "https://www.macrometa.com/docs/quickstart",
"tags": ["Quickstart"]
},
{
"url": "https:/www.macrometa.com/docs/collections/keyvalue",
"tags": ["Key Value"]
},
{
"url": "https://www.macrometa.com/docs/collections/documents",
"tags": ["Documents"]
},
{
"url": "https://www.macrometa.com/docs/collections/dynamo/create-dynamo-table",
"tags": ["Dynamo"]
},
{
"url": "https://www.macrometa.com/docs/collections/graph-edge",
"tags": ["Graph Edge"]
},
{
"url": "https://www.macrometa.com/docs/graphs",
"tags": ["Graphs"]
},
{
"url": "https://www.macrometa.com/docs/search/search",
"tags": ["Search"]
},
{
"url": "https://www.macrometa.com/docs/queryworkers",
"tags": ["Query Workers"]
},
{
"url": "https://www.macrometa.com/docs/streams",
"tags": ["Streams"]
},
{
"url": "https://www.macrometa.com/docs/cep",
"tags": ["Stream Workers"]
},
{
"url": "https://www.macrometa.com/docs/queries/c8ql",
"tags": ["C8QL"]
},
{
"url": "https://www.macrometa.com/docs/tutorials",
"tags": ["Tutorials"]
},
{
"url": "https://www.macrometa.com/docs/apps",
"tags": ["Sample Apps"]
},
{
"url": "https://www.macrometa.com/docs/api",
"tags": ["REST API"]
},
"https://www.macrometa.com/docs",
"https://www.macrometa.com/docs/api"
],
"sitemap_urls": ["https://www.macrometa.com/docs/sitemap.xml"],
"sitemap_alternate_links": true,
"stop_urls": [],
"selectors": {
"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": "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"
},
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": [
"language",
"version",
"type",
"docusaurus_tag"
],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
},
"nb_hits": 2000
}