-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi,
using the same file for different SUMMARY entries breaks the navigation
- [Basics](beginner/setup.md)
- [Setup](beginner/setup.md)
...
- [Memory Safety](beginner/ownership.md)
- [Ownership](beginner/ownership.md)
The Rust Programming Language Book uses chapters like this:
## Getting started
- [Getting Started](ch01-00-getting-started.md)
- [Installation](ch01-01-installation.md)
One solution would be to duplicate (or symlink) setup.md into
- [Basics](beginner/ch01-00-setup.md)
- [Setup](beginner/ch01-01-setup.md)
Of course having real different information for Basic, and Setup would avoid this hack
BlacRyu
Metadata
Metadata
Assignees
Labels
No labels