Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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

Comments

@slim-python
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant