mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
Setup Algolia DocSearch
This commit is contained in:
committed by
Alan de Freitas
parent
d992ed124c
commit
6987e1d097
@@ -61,6 +61,11 @@ if [ ! -d "node_modules" ] || [ "$(find package.json -prune -printf '%T@\n' | cu
|
||||
npm install
|
||||
fi
|
||||
|
||||
# TODO: Find a better way of setting these
|
||||
export ALGOLIA_APP_ID="HXFFX7FZYE"
|
||||
export ALGOLIA_API_KEY="6a58e88f13574fdb9b18ca0159e896b4"
|
||||
export ALGOLIA_IDX_NAME="cppalliancedocs"
|
||||
|
||||
echo $ANTORA_CMD --fetch --attribute page-boost-branch="$1" --attribute page-commit-id="$commit_id" site.playbook.yml
|
||||
$ANTORA_CMD --fetch --attribute page-boost-branch="$1" --attribute page-commit-id="$commit_id" site.playbook.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user