Endpoint
<section>-nav-data.json file in the product’s versioned content directory under data/.
Path parameters
The slug identifying the product.Examples:
terraform-plugin-framework, terraform-enterpriseThe documentation version. Use
latest to resolve to the most recent stable version.Examples: latest, v1.9.xThe section name corresponding to a nav data file. The server looks up
content/<productSlug>/<version>/data/<section>-nav-data.json.Examples: docs, cli, pluginExample requests
Response
Returns a JSON object with aresult containing the navData array. Each element is a nav item that may have nested children.
200
Response fields
Response headers
| Header | Description |
|---|---|
content-type | Always application/json |
served-from | Indicates whether content was served from current build or production |
How nav data files are structured
Nav data files live atcontent/<productSlug>/<version>/data/<section>-nav-data.json in the repository. They are plain JSON arrays following the nav item schema described above.
Error responses
| Status | Body | Cause |
|---|---|---|
404 | Not found | The productSlug or version could not be resolved, or no nav data file exists for the requested section. |