-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
Type: BugSomething isn't workingSomething isn't working
Description
Describe the bug
pagination does not seem to be possible in redoc anymore
im following the instructions at https://redocly.com/docs-legacy/api-reference-docs/configuration/functionality but it doesnt do anything
To Reproduce
this syntax:
rest-v1:
root: rest/v1/openapi/api_v1.yaml
openapi:
htmlTemplate: redoc_template/index.php
theme:
pagination: item
results in:
[1] redocly.yaml:8:9 at #/apis/rest-v1/openapi/theme/pagination
Property `pagination` is not expected here.
Warning was generated by the configuration struct rule.
and this syntax:
rest-v1:
root: rest/v1/openapi/api_v1.yaml
openapi:
htmlTemplate: redoc_template/index.php
pagination: item
doesnt cause an error in validation, but also does not work on the generated output
Expected behavior
pagination should work
Logs
n/a
OpenAPI description
openapi: 3.1.0
Redocly version(s)
2.14.3 and also 2.15.1
Node.js version(s)
node v23.7.0
npm 10.9.2
OS, environment
MacOS Tahoe 26.2 (25C56)
Additional context
i know redoc has lately made tonnes of changes around the openapi property & theme support
it would be nice if the docs kept up :'(
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't workingSomething isn't working