practica icon indicating copy to clipboard operation
practica copied to clipboard

Missing images

Open afilp opened this issue 3 years ago • 2 comments

There are missing images here:

https://github.com/practicajs/practica/blob/main/docs/docs/decisions/monorepo.md

image

afilp avatar Feb 27 '23 19:02 afilp

@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 🥺

goldbergyoni avatar Apr 27 '23 12:04 goldbergyoni

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

vishal-sharma-369 avatar May 16 '23 02:05 vishal-sharma-369