Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation #2

Open
lerina opened this issue Jan 25, 2024 · 0 comments
Open

Navigation #2

lerina opened this issue Jan 25, 2024 · 0 comments

Comments

@lerina
Copy link

lerina commented Jan 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant