You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] ValidationError: "algolia.appId" is required. If you haven't migrated to the new DocSearch infra, please refer to the blog post for instructions: https://docusaurus.io/blog/2021/11/21/algolia-docsearch-migration
#266
Open
slim-python opened this issue
Feb 29, 2024
· 0 comments
i found the solution by adding these configs in docusaurus.config
algolia: {
// The application ID provided by Algolia
appId: "supabase",
// Public API key: it is safe to commit it
apiKey: "766d56f13dd1e82f43253559b7c86636",
indexName: "supabase",
// Optional: see doc section below
contextualSearch: true,
}
was that error on purpose or should i commit a pull request?
The text was updated successfully, but these errors were encountered:
i found the solution by adding these configs in docusaurus.config
was that error on purpose or should i commit a pull request?
The text was updated successfully, but these errors were encountered: