Closed yunyu950908 closed 4 years ago
Yes, the official documentation is really missing some global search bar.
Hi ! Algolia provides an excellent, free solution : https://community.algolia.com/docsearch/
Hi, there's a label PRs open
but I don't see the PR for this.
👋 I am working on DocSearch.
Code to integrate:
<!-- at the end of the HEAD -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
- Add a search input in your page if you don't have any yet. Then update the inputSelector value in JS snippet to a CSS selector that targets your search input field.
- Optionally customize the look and feel by following [the DocSearch documentation](https://community.algolia.com/docsearch/styling.html)
- You can also check [your configuration in our GitHub repo](https://github.com/algolia/docsearch-configs/blob/master/configs/nestjs.json).
I like it @s-pace, thanks! I'll play with this a little bit shortly
Cool, let me know :) @kamilmysliwiec
any progress with this?
Happy to PR it if you will merge it @gimyboya
@s-pace I am not part of the team (maybe yet?) but I am sure @kamilmysliwiec can take a look at this and assess. I believe having searchable docs is very useful.
Any news about it? It would be awesome to have this feature.
@pellul I am currently off but I would be happy to PR it if you will merge it and provide me the right place to do so. It will be done in 3 weeks
Search has been added!