Adds a docs job to .gitea/workflows/test.yml that runs `dart doc --validate-links` and uploads doc/api/ as an artefact. Runs in parallel with unit; documents the public lib/ surface and fails the build on broken references. Stays inert with the rest of the workflow until Gitea Actions activates per D-32. Co-Authored-By: Claude <noreply@anthropic.com>