mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 14:26:30 +01:00
| .. | ||
| css | ||
| js/search | ||
| lunr-language | ||
| __init__.py | ||
| README.md | ||
| searchbox.html | ||
Search plugin
This is a search plugin that modifies and combines code from two projects:
- Sphinxcontrib-lunrsearch (https://github.com/rmcgibbo/sphinxcontrib-lunrsearch) - the lunr-index
generation component was reworked to read more than just the api and addded supoort for
using the
lunrpython library to pre-generate the search index. - Mkdocs lunr search (https://www.mkdocs.org/) - the javascript components with web-worker support, using the index generated by the above module.
Parsing of the documentation to create the index is custom.