Skip to content

Further Reading section

Gus edited this page May 30, 2018 · 4 revisions

To enhance documentation navigation, add a further_reading parameter to your documentation page:

First, edit your page parameters:

---
title: My doc page title
type: documentation
further_reading:
- link: "/link/to/point/to"
  tag: "MY_TAG"
  text: TEXT TO DISPLAY
---

Then call the layout at the end of your page with the following partial:

{{< partial name="whats-next/whats-next.html" >}}

The final render is: https://cl.ly/0z0k2y2y2m1o