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:
Eric
2022-09-21 18:13:47 -05:00
committed by GitHub
parent a5d2d7e390
commit 2f00e528dc
6 changed files with 34 additions and 22 deletions
@@ -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,
};
}