Website: Move docsearch public api key to config variable (#7771)
* move docsearch api key to a config variable, update styles to disable outline on input * Update basic-handbook.less * Update basic-handbook.less * update config variable name & update comment
This commit is contained in:
@@ -69,6 +69,7 @@ module.exports = {
|
||||
thisPage.meta.description ? thisPage.meta.description // « custom meta description for this page, if provided in markdown
|
||||
: 'View the Fleet handbook.'// « otherwise use a generic description
|
||||
),
|
||||
algoliaPublicKey: sails.config.custom.algoliaPublicKey,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user