-
-
Notifications
You must be signed in to change notification settings - Fork 208
docs(docs): setup docs search #1439
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
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 704cc06. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 4 targetsSent with 💌 from NxCloud. |
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.
Thank you, @mikelgo! 🙌 This is awesome!
931c65a
to
ced83fe
Compare
@mikelgo |
Great, thanks for pointing that out 👍 |
@LayZeeDK Thanks for your review, I resolved all the points. ...and hopefully did the rebase correctly which I screwed up at first 😅 |
* Using docusaurus-search-local: https://github.com/cmfcmf/docusaurus-search-local
c7d9f26
to
704cc06
Compare
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.
Thank you, @mikelgo. This is a big help to the RxAngular team and the rest of the RxAngular community!
Thanks for your kind words @LayZeeDK, really appreciate it. |
This PR will close #1433
I setup search using docusaurus-search-local.
To test it locally you will need to
nx run docs:build
npx http-server
(https://github.com/http-party/http-server)é voilá:

In the documentation of the search-plugin there's also an option mentioned on how to have the search available in dev mode (without serving the build files from a web server) but at least i could not make it work with the nx setup.
Hint: if you are not serving the build docs from a web server and instead run the project in dev mode with
nx serve docs
you will get a warning when using the search bar: