## Summary This version updates the [user interface] to [v0.0.10], which fixes a couple of bugs related to search and code annotation rendering. Additionally, it adds support for version selectors in the modern theme, paving the way for adding support for [mike] to manage multiple versions of documentation on GitHub Pages. In addition, this release adds new configuration options for the file watcher to improve compatibility in certain environments. ### File watcher You can now opt into using a **polling-based file watcher**, which is particularly useful when running Docker on Windows, where filesystem event limitations (e.g., inotify constraints) can cause issues. To enable the polling watcher: ``` bash export ZENSICAL_POLL_WATCHER=1 ``` The polling interval is configurable and defaults to `500` milliseconds (aligned with MkDocs behavior): ``` bash export ZENSICAL_POLL_INTERVAL=500 ``` [user interface]: https://github.com/zensical/ui [v0.0.10]: https://github.com/zensical/ui/releases/tag/v0.0.10 [mike]: https://github.com/jimporter/mike Signed-off-by: squidfunk <martin.donath@squidfunk.com>
A modern static site generator built by the creators of Material for MkDocs
Home · Get started · Compatibility · Roadmap · Newsletter · Zensical Spark
Write your documentation in Markdown and create a professional static site for your Open Source or commercial project in minutes – searchable, customizable, more than 60 languages, for all devices.
Visit our documentation at zensical.org/docs/.
Zensical Spark
Zensical Spark is our offering for professionals and organizations using Zensical commercially. It lets us provide best-in-class support, keep the project sustainable, and Zensical free for everyone.
Zensical Spark may be a great fit if you:
- Need help migrating a complex MkDocs project to Zensical
- Want to ensure Zensical meets all your requirements – see how we work
- Want direct support from the core team, including 1:1 sessions
For the full list of benefits, see our subscription tiers.

