mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Setup Algolia search bar on website (#4789)
Co-authored-by: Brais Gabín <braisgabin@gmail.com>
This commit is contained in:
@@ -170,6 +170,12 @@ const config = {
|
||||
darkTheme: darkCodeTheme,
|
||||
additionalLanguages: ['kotlin', 'groovy', 'java'],
|
||||
},
|
||||
algolia: {
|
||||
appId: '5PZNXB7M3G',
|
||||
apiKey: '6f23d0811156d77c936736893b97c5fd',
|
||||
indexName: 'detekt',
|
||||
contextualSearch: true,
|
||||
},
|
||||
}),
|
||||
|
||||
customFields: {
|
||||
|
||||
Reference in New Issue
Block a user