-
Notifications
You must be signed in to change notification settings - Fork 82
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
docs(search): add basic index search #290
docs(search): add basic index search #290
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot review the search functionality since the input field says Loading.. and will not change.
You have to build docusaurus, because index is only generated during build time. (https://github.com/praveenn77/docusaurus-lunr-search#how-to-use- see Note)
|
@danielleroux Search looks nice :) But somehow theme is not loading in playground it seems: |
…gs-and-search-to-documentation
@nuke-ellington Cannot reproduce this behavior 👀 |
@nuke-ellington can you try to host the build folder with |
…gs-and-search-to-documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Pull request checklist
Please check if your PR fulfills the following requirements:
yarn build
) was run locally and any changes were pushedyarn test
) were run locally and passedyarn visual-regression
) were run locally and passednpm lint
) was run locally and passedPull request type
Please check the type of change your PR introduces:
What is the new behavior?
Does this introduce a breaking change?