mkdocs / mkdocs

Project documentation with Markdown.
https://www.mkdocs.org
BSD 2-Clause "Simplified" License
19.08k stars 2.4k forks source link

What does MkDocs using for search indexing? #1205

Closed happicamper closed 7 years ago

happicamper commented 7 years ago

A quick question on how does MkDocs search across pages? Thank you very much!

tramponi commented 7 years ago

Mkdocs search is based on lunr.js

Check here: https://lunrjs.com/

happicamper commented 7 years ago

Thank you very much @tramponi! I need to read more of the documentation before asking. 😄