Skip to content
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

Add documentation about configuration options #536

Closed
davsclaus opened this issue Dec 10, 2019 · 3 comments
Closed

Add documentation about configuration options #536

davsclaus opened this issue Dec 10, 2019 · 3 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@davsclaus
Copy link
Contributor

We should have more docs for camel-quarkus. One page should be about general configuration where you can set many options on camel.main.xxx and for example also for components via camel.component.xxx=123 etc

We should add the page to the TOC
https://camel.apache.org/camel-quarkus/latest/user-guide.html

And also have another page for build time configurations, where you can use
quarkus.camel.xx to configure things.

@davsclaus davsclaus added the documentation Improvements or additions to documentation label Dec 10, 2019
@davsclaus
Copy link
Contributor Author

@jamesnetherton
Copy link
Contributor

IIRC the Quarkus project auto generate their configuration docs from the JavaDoc applied to ConfigItem annotated fields.

Maybe we should try to do something similar?

@ppalaga
Copy link
Contributor

ppalaga commented Jun 22, 2020

We now have Camel Quarkus specific options on extension pages. Camel options are listed on the respective component pages to which we link from extension pages. I think we can close this as done. If you feel there is still something to do, please file a new issue that reflects the current state.

@ppalaga ppalaga closed this as completed Jun 22, 2020
@ppalaga ppalaga added this to the 1.0.0-CR3 milestone Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants