Add operations and troubleshooting documentation

This commit is contained in:
2026-05-24 13:34:51 +00:00
parent 385c62a5b4
commit b3e7dc3136
5 changed files with 242 additions and 2 deletions

View File

@@ -169,8 +169,10 @@ go run ./cmd/seriatim normalize \
## Related docs
- Configuration reference: [config.md](config.md)
- Operations guide: [operations.md](operations.md)
- Troubleshooting: [troubleshooting.md](troubleshooting.md)
- Public output schemas:
- [../schema/minimal-output.schema.json](../schema/minimal-output.schema.json)
- [../schema/intermediate-output.schema.json](../schema/intermediate-output.schema.json)
- [../schema/full-output.schema.json](../schema/full-output.schema.json)
- Remaining docs migration work (operations, troubleshooting, examples): [roadmap/documentation.md](roadmap/documentation.md)
- Remaining docs migration work: [roadmap/documentation.md](roadmap/documentation.md)