Skip to content

Commit

Permalink
Clarify algolia search key is designed to be public (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Apr 1, 2024
1 parent e0f7c59 commit 95c1e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ const config: Config = {
algolia: {
// cspell:disable-next-line
appId: "45W9UOZTFJ",
// This is the search API KEY this can be public https://support.algolia.com/hc/en-us/articles/18966776061329-Can-the-search-API-key-be-public
apiKey: "a9d52fdde02ebb7bab1d19b4443dcde1",
indexName: "typespec-azure",
},
Expand Down

0 comments on commit 95c1e39

Please sign in to comment.