wilk / microjob

A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads.
https://wilk.github.io/microjob/
MIT License
2.02k stars 47 forks source link

docs: image broken #17

Closed larshp closed 5 years ago

larshp commented 5 years ago

The image on https://wilk.github.io/microjob/GUIDE.html is broken, looks like the docs are updated manually, so I'm not quite sure how to fix it. Note that the image works for https://github.com/wilk/microjob/blob/master/GUIDE.md

image

wilk commented 5 years ago

Thanks 💪 Fix with https://github.com/wilk/microjob/commit/d883208d81915347485ad35b33820333c8c5243b

larshp commented 5 years ago

perhaps copy the image under "docs": "gitbook build . docs", something like "docs": "gitbook build . docs && cp something somewhere",