xrpl-dev-portal icon indicating copy to clipboard operation
xrpl-dev-portal copied to clipboard

Turn off "next page" / "previous page" buttons where they don't make sense

Open mDuo13 opened this issue 1 year ago • 1 comments

The bottom of docs pages in Redocly has buttons to the "next" and "previous" pages; however, these often don't make sense as a proper reading order in context. We can disable the buttons using the frontmatter in the md file, for example:

---
theme:
  navigation:
    nextButton:
      hide: true
---

We should disable the buttons wherever they don't make sense.

I've also asked Redocly for a feature where we could point the next buttons to different pages instead, so depending on whether that feature is available when we get to this task, we could potentially do that too.

mDuo13 avatar Jan 31 '24 21:01 mDuo13

related - I think sometimes the buttons are ok, but I would at minimum put a colon to separate "Next to" and "Back to" from the name of the page.

so e.g. "Next to: Robustly Monitoring for Payments" instead of "Next to Robustly Monitoring for Payments"

intelliot avatar Feb 02 '24 19:02 intelliot

This has been addressed.

amarantha-k avatar Apr 02 '24 23:04 amarantha-k