Closed billryan closed 8 years ago
This feature is fixed in https://github.com/GitbookIO/gitbook/pull/1109. We can use _assets
folder for shared files among multiple language sites now. ==> https://github.com/GitbookIO/gitbook/blob/master/lib/output/website.js#L159
// Copy assets only if exists (don't fail otherwise)
var assetFolder = path.join(folder, '_assets', that.name);
Fixed in 1c8fd5ce436d2233b3c3ef56dfcb4b35ce3e0205
Gitbook do not render the files outside language folders now, a workaround for this issue is found in https://github.com/GitbookIO/gitbook/issues/744.
Now you can refer an image or docs like this:The workaround is broken for EPUB/PDF/MOBI, replace with