Replies: 1 comment
-
This was already requested several times. The solution is to reorder your documentation, i.e., |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here's my current navigation structure:
I really like the next/previous links in the footer and would like to keep them. However, I envision them being more suited as a "guided tour", so I would like to exclude pages ❷ and ❸ as they are not part of the recommended reading order.
While I can disable the footer on those pages, they still are part of the "tour", i.e. they appear on "neighbor pages" as next/previous.
So instead of going like this:
❶⯈❷⯈❸⯈❹⯈❺⯈❻⯈❼⯈❽⯈❾
❶⯇❷⯇❸⯇❹⯇❺⯇❻⯇❼⯇❽⯇❾
I would like the next/previous links to go like this:
❶⯈❹⯈❺⯈❻⯈❼⯈❽⯈❾
❶⯇❹⯇❺⯇❻⯇❼⯇❽⯇❾
Is this possible by overriding some partials/blocks? If so, what's the best approach? I don't need a full copy-paste solution and am happy to figure out the details myself. I'd just like some reassurance and guidance before entering the rabbit hole.
Beta Was this translation helpful? Give feedback.
All reactions