practica icon indicating copy to clipboard operation
practica copied to clipboard

Images are missins when not viewed through Docusaurus

Open goldbergyoni opened this issue 3 years ago • 1 comments

See here:

https://github.com/practicajs/practica/blob/main/docs/docs/decisions/configuration-library.md

We should find a path that works for both Docusaurus & GitHub view

goldbergyoni avatar Jul 05 '22 13:07 goldbergyoni

Links to image files are broken in contribution-library.md file

Issue : The source for the image files (full.png , almost-full.png , partial.png) files in the Detailed comparison table is broken

Solution: The sources for the image files are : "/img/docs/decisions/file.png" -> where the file.png stands for full.png , almost-full.png and partial.png

If the sources for the image files are changed to : "/docs/static/img/file.png" -> where the file.png stands for full.png , almost-full.png and partial.png , the broken link issue can be solved.

vishal-sharma-369 avatar May 19 '23 00:05 vishal-sharma-369