Martin Donath f85eaf42a2 chore: release v0.0.34
## Summary

This version ships support for usage of TOML v1.1.0 in `zensical.toml`, which allows new lines in inline tables. Thus, configuration files can now be made more readable, especially when they contain long lists of items. For example:

__Prior to this version__

``` toml
palette = [
  { scheme = "default", toggle = { icon = "lucide/sun", name = "Switch to dark mode" } },
  { scheme = "slate", toggle = { icon = "lucide/moon", name = "Switch to light mode" } },
]
```

__With this version__

``` toml
palette = [
  {
    scheme = "default",
    toggle = {
      icon = "lucide/sun",
      name = "Switch to dark mode"
    }
  },
  {
    scheme = "slate",
    toggle = {
      icon = "lucide/moon",
      name = "Switch to light mode"
    }
  },
]
```

Additionally, Markdown pages with snippets are now rebuilt when snippets are updated, and an issue with breadcrumbs was fixed when the top-level `index.md` was not at the root of `nav` defined explicitly.

Signed-off-by: squidfunk <martin.donath@squidfunk.com>
2026-04-21 11:04:03 +02:00
2025-11-01 13:46:51 +01:00
2026-04-21 11:04:03 +02:00
2026-04-21 10:51:01 +02:00
2026-04-21 11:04:03 +02:00
2026-04-21 11:04:03 +02:00
2026-04-13 13:46:51 +02:00
2026-04-13 13:46:51 +02:00
2026-04-13 13:46:51 +02:00
2026-04-21 10:50:05 +02:00

Zensical

A modern static site generator built by the creators of Material for MkDocs

Build Downloads Python Package Index Discord Docker Pulls

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.

Zensical

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.

S
Description
No description provided
Readme 3.9 MiB
Languages
Rust 77%
Python 22.5%
Dockerfile 0.5%