Skip to content

Further Reading section

Gus edited this page Dec 27, 2017 · 4 revisions

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

First, edit your page parameters:

---
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:

Further Reading