continuwuity/src
Jade Ellis d98ce2c7b9
feat: Generate admin command documentation
The first part of getting admin command docs on the website.

There's also the beginnings of manpage generation here, although it's
kinda sus and I'm not sure how it's supposed to work. I'll leave that to
anyone who wants to package it.

We introduce the beginings of the xtask pattern here - we do a lot of
file generation, I thought it would be best to avoid doing that on every
compilation. It also helps avoid lots of runtime deps.

We'll need to document generating this stuff & probably add pre-commit
hooks for it, though.
2025-07-06 22:58:00 +01:00
..
admin feat: Generate admin command documentation 2025-07-06 22:58:00 +01:00
api style: Fix formatting/clippy issues 2025-07-02 19:32:50 +01:00
build_metadata build: Don't rerun on git changes 2025-05-26 19:16:05 +01:00
core feat: Support logging to journald with tracing-journald 2025-07-06 22:58:00 +01:00
database Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
macros replace admin command branches returning RoomMessageEventContent 2025-04-19 23:33:52 +01:00
main feat: Generate admin command documentation 2025-07-06 22:58:00 +01:00
router Post-formatting aesthetic and spacing corrections 2025-07-02 19:17:06 +01:00
service style: Fix formatting/clippy issues 2025-07-02 19:32:50 +01:00
web fix: Make sure empty VERSION_EXTRA strings are ignored 2025-05-21 12:35:36 +01:00