Next step is to replace Algolia with a custom inbrowser search engine I have created. Algolia is pretty cool. But the opensource plan doesn't allow me to change the domain or manage the index: I want to move it from
korlibs.soywiz.com to
docs.korge.org. Also it doesn't search in code blocks, which is a pretty big pain point for this documentation in specific, and indexing is not immediate after an update. The search engine I have prepared works with jekyll, doesn't require a backend, is immediate for the size of the documentation, and I have coded it to index code sections. Hopefully I will replace it later this week and will improve it over the time.