vitepress
vitepress copied to clipboard
Add Algolia integration without Doc Search
Is your feature request related to a problem? Please describe.
Algolia without doc search is not working, I'm building a documentation that needs to be private and so Doc Search is not a option as it's only for publicly available website. Simply addinf the algolia object in the config file of vitepress does not work in this case.
There is also no documentation about how to structure the index in default Algolia, making implementation very difficult.
Describe the solution you'd like
Fixing the issue with standard Algolia not working would be very awesome, alongside a documentation about how to structure the index and implementing it into vitepress.
Describe alternatives you've considered
There seems to be no alternative to Doc Search.
Additional context
Thanks for vitepress ! It's really awesome !
Validations
- [X] Follow our Code of Conduct
- [X] Read the docs.
- [X] Read the Contributing Guidelines.
- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.
We currently don't have this feature because we're directly using Algolia DocSearch, hence this is going to be a new feature.
I think it makes to have it? But it would be a low priority until we hit v1.0.0 milestone. So we might have to depend on community members for figuring out how to implement this.
Searching is definitely critical for a doc site. Looking forward to it.
Please, we need search functionality for private repos.