ricmoo / flatworm

A very simple documentation generation tool.
MIT License
18 stars 5 forks source link

Add a search feature #2

Open pcowgill opened 4 years ago

pcowgill commented 4 years ago

One option for adding search functionality is DocSearch by Algolia, but that may or may not be philosophically aligned with this project's approach. Thanks!

Related: https://github.com/ethers-io/ethers.js/issues/900

ricmoo commented 3 years ago

Yeah, this project is designed to be simple, dependency-free (as much as possible without re-inventing too many conplicated wheels) and privacy-focused, which means I’d prefer preventing third-party access to customer data…

If there is a way to make it a plug-in though, I’d be receptive to that. The config.js can run arbitrary code, so there might be some option there for a post-processing step. :)