adds basic search integration
- Adds an
ALGOLIA_ADMIN_KEY
to the Gitlab CI/CD secrets (used when updating an Algolia index) - Adds the following variables to the
build-master
CI/CD job:-
ALGOLIA_APP_ID
(client id for Algolia API calls) -
ALGOLIA_INDEX_NAME
(index updated duringbuild-master
and used for in-browser search calls) -
ALGOLIA_READ_ONLY_API_KEY
(used to authenticate in-browser search calls)
-
Edited by Isaac Evavold