Customizable pagination buttons #3562
elixir-1
started this conversation in
Feature Requests
Replies: 0 comments
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.
-
What you're trying to accomplish with this control?
Pagination buttons at the bottom of each page are a great way to lead readers along of a path of learning. I want to customize this apply only per topic level and not the whole documentation.
The pagination buttons can act as related readings.
Specific use cases where you'd want only prev, only next, or neither button?
Say I have this group called "Test Composer" in my docs, I want people to read the pages in sequence. But I don't care about them actually processing to the next group "Reports" and start reading that as well.
The pagination buttons can act as related readings.
I would like a default group level pagination. And to turn it on/off, a docs.json configuration per group.
To customize it even further, I'd like an option to override docs.json configuration at a page level. This can be a field on each page similar to title, sidebar title.
Beta Was this translation helpful? Give feedback.
All reactions