We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitbook do not render the files outside language folders now, a workaround for this issue is found in GitbookIO/gitbook#744.
Now you can refer an image or docs like this:
![Queen](../../shared-files/images/8-queens.png)
The workaround is broken for EPUB/PDF/MOBI, replace with
![Queen](https://raw.githubusercontent.com/billryan/algorithm-exercise/master/shared-files/images/8-queens.png)
The text was updated successfully, but these errors were encountered:
This feature is fixed in GitbookIO/gitbook#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
_assets
// Copy assets only if exists (don't fail otherwise) var assetFolder = path.join(folder, '_assets', that.name);
Sorry, something went wrong.
Fixed in 1c8fd5c
No branches or pull requests
Gitbook do not render the files outside language folders now, a workaround for this issue is found in GitbookIO/gitbook#744.
Now you can refer an image or docs like this:The workaround is broken for EPUB/PDF/MOBI, replace with
The text was updated successfully, but these errors were encountered: