-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
Dev-UI : Documentation ehancement #39027
Comments
/cc @cescoffier (devui), @phillip-kruger (devui) |
Dev UI does not run in Prod. |
Yes, as I said I found the information outside the documentation. I suggest add a mention and take the opportunity to improve our documentation. That's why I've come to discuss it in a previous issue. |
Ok, so you want to add to the documentation that Dev UI is only in Dev ? Sorry if I misunderstood. |
This is fairly clear in the documentation: "Quarkus ships with a Developer UI, which is available in dev mode (when you start quarkus with mvn quarkus:dev) at /q/dev-ui by default" |
Maybe add more details, and add a reference to the profile configuration? This would help people who start their jar in |
I think documentation can always be improved, but we also need to be careful not to include to much details that is not important for most users and extension developers.
This is probably out of scope for the user guide, but we can document if somewhere. It's fairly complex with multiple things happening. There are static Js files (web components) that loads, there are UI libs that loads, there are build time data that loads, there are the setup of the runtime backend services, then there are the websocket and json-rpc service that loads. All only in Dev mode. It's very internal, but can be documented. I think most users will not be interested in this.
It's not available in prod, so not sure we can document anything here. You cannot disable it in Dev mode.
Not sure what you mean here. Can you give an example ? |
This maybe ? https://quarkus.io/guides/lifecycle#launch-modes |
Ok we forgot it :) It was a simply suggestion
Say it more clearly. The issue was firstly for discuss and know if your open to suggestions on this :) |
@allemas can this ticket be closed now? The documentation is clear to me and no PRs have been accepted. |
Thanks for the feedback - closing. |
Description
I wanted to dive into the Dev-UI configuration to disable it in the production profile. Maybe I've missed something, I couldn't find any documentation about it. I mainly found this documentation : https://quarkus.io/guides/dev-ui and I think I'm not the only one who lacked information.
I suggest working on the documentation and adding a configuration section to detail the possibilities.
Implementation ideas
In a first time
I'm open to any suggestions :)
The text was updated successfully, but these errors were encountered: