redoc
redoc copied to clipboard
Error in docs
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.