Last updated

navigation

Control the Previous and Next navigation buttons on project pages.

The navigation option also supports page-level configuration using front matter.

Options

OptionTypeDescription
previousButtonPageLink objectControls the previous page button.
nextButtonPageLink objectControls the next page button.
OptionTypeDescription
hidebooleanSpecifies if the navigation link button is hidden. Default false.
textstringLabel text. Default value: Next page or Previous page.

Examples

Text example

navigation:
  nextButton:
    text: "Next chapter"
  previousButton:
    hide:
    text:
navigation:
  nextButton:
    hide: true
  previousButton:
    hide: true

Resources