chore(deps): update zensical/zensical docker tag to v0.0.28 #155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/zensical-zensical-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.0.27→0.0.28Release Notes
zensical/zensical (zensical/zensical)
v0.0.28: 0.0.28Compare Source
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:
The polling interval is configurable and defaults to
500milliseconds (aligned with MkDocs behavior):Changelog
Bug fixes
5196cdbcompat – invalid setup of MathJax in bootstrappedzensical.tomlb710744ui – update ui to v0.0.10f014425zensical-watch – auto-reload not working for Docker on Windows (#340, #446)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.