We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The href use for the logo when using the x-logo extension is the info.contact.url field of the OAS.
<a class="sc-jhAzac bwwUyr" href="https://github.com/Rebilly/ReDoc"> <img class="sc-bRBYWo ibLsTy" src="https://rebilly.github.io/ReDoc/petstore-logo.png" alt="Petstore logo"> </a>
Could it be possible to specify the href explicitly in the x-logo extension with something like
{ "info": { "version": "1.0.0", "title": "Swagger Petstore", "x-logo": { "url": "https://rebilly.github.io/ReDoc/petstore-logo.png", "backgroundColor": "#FFFFFF", "altText": "Petstore logo", **"href": "https://petstore.com/homepage"** } } }
The text was updated successfully, but these errors were encountered:
This makes sense 👍
PR is welcome!
Sorry, something went wrong.
feat: Add feature to specify href for logo explicitly (#645)
87fd7d7
Closes #627
No branches or pull requests
The href use for the logo when using the x-logo extension is the info.contact.url field of the OAS.
Could it be possible to specify the href explicitly in the x-logo extension with something like
The text was updated successfully, but these errors were encountered: