mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Add Docsearch public key to Website's custom configuration. (#33786)
Changes: - Added the Algolia Docsearch public search-only API key to the website's custom configuration. Note: https://docsearch.algolia.com/docs/legacy/faq/#can-i-share-the-apikey-in-my-repo
This commit is contained in:
parent
9e520f22dd
commit
f188402296
1 changed files with 3 additions and 0 deletions
3
website/config/custom.js
vendored
3
website/config/custom.js
vendored
|
|
@ -421,6 +421,9 @@ module.exports.custom = {
|
|||
excludeWeekends: true
|
||||
},
|
||||
|
||||
// Docsearch search-only public key.
|
||||
algoliaPublicKey: 'f3c02b646222734376a5e94408d6fead',// [?]: https://docsearch.algolia.com/docs/legacy/faq/#can-i-share-the-apikey-in-my-repo
|
||||
|
||||
// Zapier:
|
||||
// zapierWebhookSecret: '…',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue