DocOps / asciidocsy-jekyll-theme

Jekyll/AsciiDoc port of Docsy theme for scalable technical documentation projects
https://asciidocsy.netlify.app/docs
Apache License 2.0
9 stars 9 forks source link

Add Lunr.js support back into theme #8

Open briandominick opened 3 years ago

briandominick commented 3 years ago

I removed Lunr.js because it was interfering with Algolia, but I want to put it back in for three reasons.

  1. I want something to work right out of the box with a config setting, if not by default.
  2. While it's very weak for indexing/searching technical content, Lunr.js is pretty good for pages, so it could be used for a pages-only search, which I plan to enable.
  3. Someone has already requested it.
briandominick commented 3 years ago

Just stumbled across http://elasticlunr.com -- wondering if anyone has experience with it.