Add mdbook-beans tasks section to docs (flakes-zvh8)
Integrate mdbook-beans preprocessor into the flakes documentation, mirroring the litmus project setup. Adds kanban and all-tasks pages.
Summary of Changes
- Added
mdbook-beansflake input toflake.nix - Updated
docs/book.tomlwith beans preprocessor config and sidebar CSS - Created
docs/src/beans/tasks.md(all tasks) anddocs/src/beans/kanban.md(active tasks) - Copied
docs/src/beans-sidebar.cssfrom litmus for bean styling - Updated
docs/src/SUMMARY.mdwith Kanban and All Tasks links - Updated
modules/flake/docs.nixto include mdbook-beans and .beans data in build - Updated
mise.tomldocs tasks to use nix (ensuring mdbook-beans is available)