sparrow icon indicating copy to clipboard operation
sparrow copied to clipboard

Documentation Feature Request : Searchable Docs

Open 6102bitcoin opened this issue 3 years ago • 0 comments

The documentation uses the jekyll theme minimal mistakes.

It looks like you can enable site search by adding search: true to your _config.yml

By default it will "use Lunr to build a search index of all post and your documents in collections. This method is 100% compatible with sites hosted on GitHub Pages."

Note: Only the first 50 words of a post or page’s body content is added to the Lunr search index. Setting search_full_content to true in your _config.yml will override this and could impact page load performance.

6102bitcoin avatar Nov 17 '21 22:11 6102bitcoin