Closed theomega closed 1 year ago
It's not possible to do it right now. But I think we can implement an option for this.
@ingoclaro PR would be appreciated 😉
Maybe supplying a map of key value as an option to ReDoc?
Maybe supplying a map of key value as an option to ReDoc?
I was thinking the same, although I could decide on what should be the key and the values: "Description" -> "YAML Field" or "YAML Field" -> Description
The second one makes more sense IMHO as the "YAML Field" is definitively unique, but the Description could not be unique...
Out of scope for the project at this time, but we're open to pull requests for specific tag support.
The extension support is nice, but it uses the key from the openapi spec as label. It would be nice to have the possibility to change the label in ReDoc.
Example:
I'd love to replace
x-olt-permissions
with something more descriptive in ReDoc.Is there a possibility to do so? Or anyone having implemented something like that?