-
Notifications
You must be signed in to change notification settings - Fork 15
/
algolia.config.json
56 lines (56 loc) · 1.15 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
{
"index_name": "docs",
"start_urls": ["https://docs.knapsackpro.com"],
"sitemap_urls": ["https://docs.knapsackpro.com/sitemap.xml"],
"js_render": false,
"use_anchors": true,
"stop_urls": [
"/2015",
"/2016",
"/2017",
"/2018",
"/2019",
"/2020",
"/2021",
"/2022",
"/2023",
"/blog",
"/continuous_integration",
"/tech_tips/",
"/news",
"/api"
],
"selectors": {
"lvl0": {
"selector": "//*[contains(@class, 'breadcrumbs__item')][2]",
"type": "xpath",
"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 td:last-child"
},
"strip_chars": " .,;:#",
"custom_settings": {
"separatorsToIndex": "_",
"attributesForFaceting": [
"language",
"version",
"type",
"docusaurus_tag"
],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
]
}
}