Missing images
There are missing images here:
https://github.com/practicajs/practica/blob/main/docs/docs/decisions/monorepo.md

@afilp Welcome and sorry about the late reply
These docs are meant to be consumed from practica.dev site: https://practica.dev/decisions/monorepo
Have to find a way to make 'em consumable via GitHub as well 🥺
I think the links to the image source are broken
Error: In the monorepo.md file :
the link to the full.png file in the img tag is : /img/docs/decisions/full.png the link to the partial.png file is : /img/docs/decisions/partial.png the link to the almost-full.png file is : /img/docs/decisions/almost-full.png
Solution: the link to the full.png file should be : /docs/static/img/docs/decisions/full.png similarly: the link to the partial.png file should be : /docs/static/img/docs/decisions/partial.png the link to the almost-full.png file should be : /docs/static/img/docs/decisions/almost-full.png