|
<a rel="next" href="{{ path_to_root }}{{link}}" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> |
I was navigating through some books with short pages like https://google.github.io/comprehensive-rust/control-flow/break-continue.html, was trying to go through pages and pages through next button ]] using vimium extension, I find it a bit slow, maybe prefetching would help and loading the user waiting time for the next page? Like <a rel="next prefetch" ...>.
I think maybe the previous don't need it since the chance of reading the previous page over the next pages is lesser, and books are usually not expected to read in the reversed order.
mdBook/src/theme/index.hbs
Line 213 in 41a6f0d
I was navigating through some books with short pages like https://google.github.io/comprehensive-rust/control-flow/break-continue.html, was trying to go through pages and pages through next button
]]using vimium extension, I find it a bit slow, maybe prefetching would help and loading the user waiting time for the next page? Like<a rel="next prefetch" ...>.I think maybe the previous don't need it since the chance of reading the previous page over the next pages is lesser, and books are usually not expected to read in the reversed order.