Redocly

nd-api-reference

To render an OpenAPI specification using Redocly, you need to include the nd-api-reference front matter field, with a reference to an OpenAPI spec file.

The front matter of this page is:

yml
---
title: Redocly
nd-api-reference: "./api/example.json"
---

./api/example.json can be found in the static folder of the exampleSite content directory (example.json).

The redocly instance always renders at the bottom of the content.

API Specification

Last modified January 21, 2026
View source
Edit this page
Create a new issue