question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Open API logo customization not affecting

See original GitHub issue

https://github.com/quarkusio/quarkus/blob/842b3f2b943d066512bc032d488f8b3188b2c53c/core/deployment/src/main/java/io/quarkus/deployment/util/WebJarUtil.java#L83

Environment

Java 11 OS Windows 10 Quarkus 1.0.12:

Dear all, thanks a lot for your great job and nice framework. Followed the steps how can customize the openapi logo in topic Stylish API, but was not able to change and use custom logo based on steps.

If once I have already started app with openapi dependency it’s creating and populating the directory, in my case on Windows was C:\Users<my_user>\AppData\Local\Temp\quarkus\drp\io.smallrye\smallrye-open-api-ui\2.0.15, so when I am trying to customize the logo following the documentation isn’t working. The reason is that directory not open and that piece of code which is creating all resources including new logo is not modifying at all. My Workaround was just cleaning both directories for smallrye-open-api-ui and smallrye-open-api-ui and rerun the application.

Make sense to track somehow or check if in directory we have new logo added or style.css etc.

Thanks in advance

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:20 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
phillip-krugercommented, Apr 19, 2021

You are welcome to open a new issue 😃

1reaction
phillip-krugercommented, Apr 19, 2021

No I do not think this is related. We only scan first level.

Read more comments on GitHub >

github_iconTop Results From Across the Web

OpenAPI Specification - Version 3.0.3 - Swagger
Holds a set of reusable objects for different aspects of the OAS. All objects defined within the components object will have no effect...
Read more >
OpenAPI Specification v3.0.3 | Introduction, Definitions, & More
The OpenAPI Specification allows combining and extending model definitions using the allOf property of JSON Schema, in effect offering model ...
Read more >
Change the logo and header colour of nestjs and swagger-ui
I am not sure what the best way is to change the logo and header. In main.ts const options = new DocumentBuilder() .setTitle('Data...
Read more >
Customization - OpenAPI Generator
#User-defined Templates · Copy my_custom_templates/AUTHORS.md to the generated output directory without processing via the template engine (due ...
Read more >
Custom Branding for API Documentation | SwaggerHub ...
Organizations can add custom branding to their API documentation on SwaggerHub. The branding options include a custom logo and header color ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found