-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathalgolia-config.json
119 lines (119 loc) · 2.31 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
{
"index_name": "docs",
"start_urls": [
{
"url": "https://semgrep.dev/docs/release-notes",
"tags": ["release_notes"],
"page_rank": -100
},
{
"url": "https://semgrep.dev/docs/rule-updates",
"tags": ["rule_updates"],
"page_rank": -100
},
{
"url": "https://semgrep.dev/docs"
}
],
"sitemap_urls": ["https://semgrep.dev/docs/sitemap.xml"],
"stop_urls": [
"https://semgrep.dev/docs/tags/*",
"https://semgrep.dev/docs/category/*"
],
"js_render": false,
"selectors": {
"default": {
"lvl0": {
"selector": ".breadcrumbs > li:nth-child(2) span.breadcrumbs__link",
"global": true,
"default_value": "Semgrep 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, article code, article div table td, article div table th"
}
},
"strip_chars": " .,;:#",
"custom_settings": {
"indexLanguages" : [
"en"
],
"queryLanguages" : [
"en"
],
"disableTypoToleranceOnWords" : [
"severity",
"security",
"git",
"coverage",
"leverage",
"teams",
"terms"
],
"separatorsToIndex": "_",
"attributesForFaceting": [
"language",
"version",
"type",
"docusaurus_tag"
],
"attributesToRetrieve": [
"hierarchy",
"content",
"anchor",
"url",
"url_without_anchor",
"type"
],
"synonyms": [
[
"taint mode",
"taint tracking"
],
[
"roles",
"RBAC"
],
[
"single sign-on",
"SSO"
],
[
"single sign on",
"SSO"
],
[
"CI",
"continuous integration"
],
[
"CI/CD",
"continuous integration"
],
[
"pull request comments",
"PR comments"
],
[
"merge request comments",
"MR comments"
],
[
"Semgrep Cloud Platform",
"SCP"
],
[
"Semgrep Supply Chain",
"SSC"
]
]
},
"conversation_id": [
"833762294"
],
"nb_hits": 16653
}