redoc icon indicating copy to clipboard operation
redoc copied to clipboard

Error in docs

Open fish-train opened this issue 3 years ago • 0 comments

Example from https://sphinxcontrib-redoc.readthedocs.io/en/stable/:

redoc = [ { 'name': 'Batcomputer API', 'page': 'api', 'spec': 'specs/batcomputer.yml', 'embed': True, }, { 'name': 'Example API', 'page': 'example/index', 'spec': 'http://example.com/openapi.yml', 'opts': { 'lazy': False, 'nowarnings': False, 'nohostname': False, 'required-props-first': True, 'expand-responses': ["200", "201"], } }, ]

ReDoc doesn't have options "lazy", but it has "lazy-rendering". Another opts is written with error too.

fish-train avatar Jul 21 '21 11:07 fish-train