Skip to content

Commit

Permalink
update algolia to support new indexing scheme (#778)
Browse files Browse the repository at this point in the history
Algolia's removing their old indexing setup in three months, so we need to update our credentials to continue supporting indexing.

https://docsearch.algolia.com/docs/migrating-from-legacy/
  • Loading branch information
chdsbd authored Jan 17, 2022
1 parent e257769 commit 0f5f4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ yarn install
s/dev
s/typecheck --watch
s/fmt
AGOLIA_API_KEY= AGOLIA_INDEX_NAME= yarn build
ALGOLIA_APP_ID= AGOLIA_API_KEY= AGOLIA_INDEX_NAME= yarn build
```
1 change: 1 addition & 0 deletions docs/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const siteConfig = {
// organizationName: 'JoelMarcey'

algolia: {
appId: process.env.ALGOLIA_APP_ID,
apiKey: process.env.AGOLIA_API_KEY,
indexName: process.env.AGOLIA_INDEX_NAME,
},
Expand Down

0 comments on commit 0f5f4ef

Please sign in to comment.