doctrine/mongodb-odm

Add CI workflow to check documentation

jmikola opened this issue · 1 comments

While writing docs for #2630, I was looking for some way to validate RST files within the PR. I asked about this in Slack (see: thread) and @greg0ire pointed me to a workflow in the ORM repository that utilizes phpDocumentor/guides-cli: https://github.com/doctrine/orm/blob/3.1.x/.github/workflows/documentation.yml

This issue can serve as a tracking ticket to look into that and see if we can adapt it for the ODM repo.

Fixed by #2646