showPrevButton

Usage

When set to false, this option hides the "Back to" navigation button at the bottom of each MD(X) page.

  • To modify all pages in the portal, add it to the top level of the siteConfig.yaml file.
  • To override the site-wide configuration, add it to the front matter of specific MD(X) pages.
Related options

Use showNextButton to show or hide the "Next to" button.

Examples

In siteConfigIn front matter
Copy
Copied
seo:
  title: Example Developer Portal
  description: Learn how to work with Example APIs
showPrevButton: true
Copy
Copied
---
seo:
  title: Markdown example
  description: GitHub-flavored Markdown example
showPrevButton: false
---

Example text