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

How to create Algolia search index? #28

Open
AloisSeckar opened this issue Jan 24, 2024 · 1 comment
Open

How to create Algolia search index? #28

AloisSeckar opened this issue Jan 24, 2024 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@AloisSeckar
Copy link
Contributor

Currently the Algoila widget searches EN index

// .vitepress\config.ts
algolia: {
      indexName: 'vuejs',
      appId: 'ML0LEBN7FQ',
      apiKey: 'f49cbd92a74532cc55cfbffa5e5a7d01',
     // ...
}

How do we setup CS index for czech translation?

@AloisSeckar AloisSeckar added question Further information is requested help wanted Extra attention is needed labels Jan 24, 2024
@vitpetricak
Copy link

I think it is necessary to contact Algolia for separate appId/apiKey. https://www.algolia.com/for-open-source/

Or possibly vue-translation can help with providing them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants