Problem
If the same md file is mentioned more than once in the SUMMARY.md they will still generate the same html file so the prev and next links will lead to the same page. From the point of view of the hierarchy this will seen to be "broken".
See #1629
- [A](./a.md)
- [B](./b.md)
- [A](./a.md)
- [C](./c.md)
Should the next link in a.html lead to B or C? Both will be considered broken.
Proposed Solution
IMHO mdbook should report an error if the same file is mentioned twice.
Notes
No response
Problem
If the same
mdfile is mentioned more than once in theSUMMARY.mdthey will still generate the samehtmlfile so theprevandnextlinks will lead to the same page. From the point of view of the hierarchy this will seen to be "broken".See #1629
Should the
nextlink ina.htmllead to B or C? Both will be considered broken.Proposed Solution
IMHO mdbook should report an error if the same file is mentioned twice.
Notes
No response