5 Commits

Author SHA1 Message Date
Jo
ba36767a85 fix(docs): respect dark theme for docs (#2897)
respect dark theme for docs
2026-07-06 14:19:15 +02:00
Jo
15057c8dab misc(ci): add modernize linter and update versioning (#2870)
* add modernize linter

* lint unused

* update imports

* ignore agent info
2026-06-17 21:09:53 +02:00
Jo
6927555779 fix: propagate Maintainer field through dep graph and upgrade service (#2865)
* fix: propagate Maintainer field through dep graph and upgrade service

Add Maintainer to InstallInfo and propagate it through the dependency
graph (dep_resolve, dep_visual) and UpgradeService. Update docs
generator with TOC support and Lua page builder.

* lint
2026-06-16 12:19:19 +02:00
Jo
a70c058875 Fix gendocs index source path (#2863)
fix gendocs index source path
2026-06-16 00:54:25 +02:00
Jo
5f2dd7df38 docs: add static docs site generator and Pages deployment (#2860)
* docs: add static docs site generator and Pages deployment

Render doc/ (man page, Lua API, init.lua template) into a static HTML site via scripts/gendocs and publish it to GitHub Pages on push to next.

* update gendoc
2026-06-16 00:39:58 +02:00