This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit b8340c725fd8c52412f32858a218129aa1bf79e7 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 3 14:08:54 2022 +0100 Camel-Plc4x: added docs to nav and regen Signed-off-by: Andrea Cosentino <[email protected]> --- docs/components/modules/ROOT/nav.adoc | 1 + docs/components/modules/ROOT/pages/plc4x-component.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index 9f706e96839..96ac179e184 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -259,6 +259,7 @@ ** xref:paho-mqtt5-component.adoc[Paho MQTT 5] ** xref:pdf-component.adoc[PDF] ** xref:platform-http-component.adoc[Platform HTTP] +** xref:plc4x-component.adoc[PLC4X] ** xref:pgevent-component.adoc[PostgresSQL Event] ** xref:pg-replication-slot-component.adoc[PostgresSQL Replication Slot] ** xref:lpr-component.adoc[Printer] diff --git a/docs/components/modules/ROOT/pages/plc4x-component.adoc b/docs/components/modules/ROOT/pages/plc4x-component.adoc new file mode 120000 index 00000000000..e298b146958 --- /dev/null +++ b/docs/components/modules/ROOT/pages/plc4x-component.adoc @@ -0,0 +1 @@ +../../../../../components/camel-plc4x/src/main/docs/plc4x-component.adoc \ No newline at end of file
