File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const config = {
52
52
gtag : {
53
53
trackingID : 'G-H19TMZLQFN' ,
54
54
anonymizeIP : true ,
55
- } ,
55
+ }
56
56
} ) ,
57
57
]
58
58
] ,
@@ -141,6 +141,24 @@ const config = {
141
141
codeblock : {
142
142
showGithubLink : false ,
143
143
showRunmeLink : false
144
+ } ,
145
+ algolia : {
146
+ // The application ID provided by Algolia
147
+ appId : '4AFTIR2HGK' ,
148
+
149
+ // Public API key: it is safe to commit it
150
+ apiKey : 'b92d819e8e37b59dc5d564d763542682' ,
151
+
152
+ indexName : 'labstack_echo' ,
153
+
154
+ // Optional: see doc section below
155
+ contextualSearch : true ,
156
+
157
+ // Optional: Algolia search parameters
158
+ searchParameters : { } ,
159
+
160
+ // Optional: path for search page that enabled by default (`false` to disable it)
161
+ searchPagePath : 'search' ,
144
162
}
145
163
} ) ,
146
164
} ;
You can’t perform that action at this time.
0 commit comments