docs: add algolia search
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
cd1b0c67ea
commit
d329995740
|
@ -67,6 +67,16 @@ module.exports = {
|
|||
colorMode: {
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
algolia: {
|
||||
apiKey: '1b60b8f630b127697cbe0d3b31841470',
|
||||
indexName: 'goauthentik',
|
||||
|
||||
// Optional: see doc section below
|
||||
contextualSearch: true,
|
||||
|
||||
// Optional: Algolia search parameters
|
||||
searchParameters: {},
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
[
|
||||
|
|
Reference in New Issue