Open
Description
The "View Book Source" link at the bottom left corner always points to the base directory, which is fine if the docs source files resides in top level directory. However, if a subdirectory is defined for source files, it should (ideally) links to the "base+subdir".
Example of my setup :
top level directory: https://github.com/kulbhushanchand/BioNES
book_source directory: https://github.com/kulbhushanchand/BioNES/tree/master/docs_source
build directory: https://github.com/kulbhushanchand/BioNES/tree/master/docs
Setup:
bookdown::bs4_book:
theme:
primary: "#637238"
repo:
base: https://github.com/kulbhushanchand/BioNES
branch: master
subdir: docs_source
css: style.css
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog