-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Description
Add buttons for easier navigation through docs at the bottom of each page (for previous and next pages), similar to this one here:
Source: https://docusaurus.io/docs/static-assets
Requirements
- General:
- Despite the screenshot below, wording should be
PreviousandNext - Buttons should render the page's title
- Automatically generate
previousandnextbuttons:
- The docs index page (
/) does neither havepreviousnornextbuttons - The first child of a parent node should render the parent as its
previouspage - The last child of a parent node should render the next sibling of its parent as
nextpage - If that parent does not have a next sibling, no
nextpage link should be rendered
- If the page is a direct child of the index page (
/), previous should point to the index page (/)
- It should be possible to manually overwrite what
previousandnextshould be for a given page. For example, for some JavaScript SDKs we have 3 different ways for users to install the SDK. We don't want to guide users from one install method to the others, but instead might guide them next to some configuration pages.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done


