You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix missing images on the documentation website (#1455)
It's caused by 2 reasons:
1. The README's image paths don't exist under the `/docs` directory.
2. The Snapper template has a CSP rule that blocks local images.
2 has been fixed via Shopify/rdoc#15
This commit addresses 1 by copying the images that README uses to the
`/docs` directory in the doc publishing workflow.
The upside of this approach is that it's simple and we don't need to
change the README's image paths, nor move the images around.
The downside is that we still can't see the images locally. But I think
it's a reasonable trade-off.
0 commit comments