practica
practica copied to clipboard
Images are missins when not viewed through Docusaurus
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
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.