Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 460 Bytes

File metadata and controls

15 lines (10 loc) · 460 Bytes

docs-sync

Detect drift between TeamTalkRust source code and external Markdown documentation.

Runs as a self-contained uv project:

uv run --project tools/docs-sync docs-sync check
uv run --project tools/docs-sync docs-sync fix
uv run --project tools/docs-sync docs-sync check --format all --report target/docs-sync

Configuration is loaded from scripts/docs_sync.toml at the repository root.

See docs/docs-sync.md for the full user guide.