Skip to content

is pagination not possible any more? #2531

@mykelscappin

Description

@mykelscappin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions