-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-SummaryArea: The summary page, organization of pages.Area: The summary page, organization of pages.C-enhancementCategory: Enhancement or feature requestCategory: Enhancement or feature request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-SummaryArea: The summary page, organization of pages.Area: The summary page, organization of pages.C-enhancementCategory: Enhancement or feature requestCategory: Enhancement or feature request