docusaurus-plugin-search-local
docusaurus-plugin-search-local copied to clipboard
[feature] be able to have search work locally
Right now we are blocked on docusaurus
not supporting postStart
(https://github.com/facebook/docusaurus/discussions/5616)
There is a workaround in place with manually generated search index files locally, not sure if need to have the postStart
stuff done for us to have this work locally.
https://github.com/facebook/docusaurus/pull/7751 this would enable this functionality.