Merge pull request #32 from rancher/algolia-enable

Add algolia API
This commit is contained in:
Mario Manno 2022-12-07 16:55:32 +01:00 committed by GitHub
commit bda8d6f3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ module.exports = {
// Useful if you want to support a single color mode // Useful if you want to support a single color mode
disableSwitch: true, disableSwitch: true,
}, },
algolia: {
appId: '5YEVIM7OXD',
apiKey: '7b97c69c2984ccf1637bedb9b3c43628',
indexName: 'fleet-rancher',
contextualSearch: true,
},
navbar: { navbar: {
title: "Fleet", title: "Fleet",
logo: { logo: {