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
as we work on a multilingual project and #5 (=multilingual support) is still unsolved, i had to look for a workaround. that's why i worked with two independent trees, each containing: SUMMARY.md, config.tom, and a src folder, but tried to use symbolic links for the actual content, which we still maintain in an external repository.
this works for most of the content, but images will not be copied to the generated book folder.
the pages will be only include broken html links to the location, where the image files should be located.
it doesn't make a difference, if the images themself are realized as symbolic links or just the folders, where they are located. in both cases you will observe the same behavior.
this affects at least the last release of mdbook = v0.3.5
The text was updated successfully, but these errors were encountered:
Currently, the `copy_files` function doesn't support symlink files due to
its use of `DirEntry::metadata` - To avoid this issue, this patch
resolves the file path first before checking for metadata.
Fixesrust-lang#1157
rubenmoor
pushed a commit
to rubenmoor/mdBook
that referenced
this issue
Aug 5, 2022
Currently, the `copy_files` function doesn't support symlink files due to
its use of `DirEntry::metadata` - To avoid this issue, this patch
resolves the file path first before checking for metadata.
Fixesrust-lang#1157
as we work on a multilingual project and #5 (=multilingual support) is still unsolved, i had to look for a workaround. that's why i worked with two independent trees, each containing: SUMMARY.md, config.tom, and a src folder, but tried to use symbolic links for the actual content, which we still maintain in an external repository.
this works for most of the content, but images will not be copied to the generated
book
folder.the pages will be only include broken html links to the location, where the image files should be located.
it doesn't make a difference, if the images themself are realized as symbolic links or just the folders, where they are located. in both cases you will observe the same behavior.
this affects at least the last release of mdbook = v0.3.5
The text was updated successfully, but these errors were encountered: