Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/user-manual/modules/ROOT/pages/component.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ For the URI given in the above example, the `CamelContext` object would map the
The parameter to `getEndpoint()` is a URI. The URI _scheme_ (that is,
the part before `:`) specifies the name of a component. Internally, the `CamelContext` object maintains a mapping from the names of components to `Component` objects.

[NOTE]
====
Our documentation contains an in-depth overview of the xref:manual::component.adoc[Component] if you want to learn more about it, including important details necessary to write your own.
====

== Configuring Component Options

Camel components are configured on two separate levels:
Expand Down
Loading