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

Next is is including it in the same way we do the example config or
readme.

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-05-24 00:28:09 +01:00
..
appservice feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
check feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
debug feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
federation feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
media feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
query feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
room feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
server feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
user feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
admin.rs feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
Cargo.toml add missing feature-projections between intra-workspace crates 2025-04-19 23:33:53 +01:00
context.rs replace admin command branches returning RoomMessageEventContent 2025-04-19 23:33:52 +01:00
mod.rs feat: Generate admin command documentation 2025-05-24 00:28:09 +01:00
processor.rs docs: Rename conduwuit to continuwuity in more places 2025-05-10 20:37:08 +01:00
tests.rs split admin command enum from handler 2024-07-27 08:26:42 +00:00
utils.rs replace admin command branches returning RoomMessageEventContent 2025-04-19 23:33:52 +01:00