-
Notifications
You must be signed in to change notification settings - Fork 13
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
Need ability to search #27
Comments
Have you any experience or thoughts how we can perform this? |
I think there can be 2 reasonable solutions.
Might be other ways, those are the obvious ones I see. |
|
have you looked at https://docsearch.algolia.com/ ? |
Gonna second this, Angolia would be a great simple solution |
another potential option: https://github.com/roxiness/poindexter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess the main difference with this and https://svelte.dev/docs is that on the svelte website the whole docs is a single page and scrolled along with the left nav. This allows the user to use the browser search because everything is there on a single page. However, this is not the case for svelte-docs, it is not a single page and hence we need a search functionality if we intend to keep this behaviour. Just a thought.
The text was updated successfully, but these errors were encountered: