This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-23806-split-ai-docs
in repository https://gitbox.apache.org/repos/asf/camel.git
omit a657d43fb2fb CAMEL-23806: Split AI component docs into focused
sub-pages
add c7cd1f5d28c1 CAMEL-23806: Split aws2-s3 docs into focused sub-pages
add b2fc5a39bb5b CAMEL-23806: Split azure-storage-blob docs into focused
sub-pages
add 19d6c2057f4e CAMEL-23806: Split AI component docs into focused
sub-pages
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a657d43fb2fb)
\
N -- N -- N refs/heads/fix/CAMEL-23806-split-ai-docs
(19d6c2057f4e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../src/main/docs/aws2-s3-component.adoc | 2146 +-------------------
.../src/main/docs/aws2-s3-consumer-examples.adoc | 313 +++
.../src/main/docs/aws2-s3-producer-operations.adoc | 478 +++++
.../src/main/docs/aws2-s3-streaming.adoc | 303 +++
.../main/docs/azure-storage-blob-component.adoc | 1699 +---------------
.../src/main/docs/azure-storage-blob-consumer.adoc | 282 +++
.../main/docs/azure-storage-blob-operations.adoc | 641 ++++++
docs/components/modules/others/nav.adoc | 5 +
.../others/pages/aws2-s3-consumer-examples.adoc | 1 +
.../others/pages/aws2-s3-producer-operations.adoc | 1 +
.../modules/others/pages/aws2-s3-streaming.adoc | 1 +
.../others/pages/azure-storage-blob-consumer.adoc | 1 +
.../pages/azure-storage-blob-operations.adoc | 1 +
13 files changed, 2043 insertions(+), 3829 deletions(-)
create mode 100644
components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-consumer-examples.adoc
create mode 100644
components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-producer-operations.adoc
create mode 100644
components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-streaming.adoc
create mode 100644
components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-consumer.adoc
create mode 100644
components/camel-azure/camel-azure-storage-blob/src/main/docs/azure-storage-blob-operations.adoc
create mode 120000
docs/components/modules/others/pages/aws2-s3-consumer-examples.adoc
create mode 120000
docs/components/modules/others/pages/aws2-s3-producer-operations.adoc
create mode 120000 docs/components/modules/others/pages/aws2-s3-streaming.adoc
create mode 120000
docs/components/modules/others/pages/azure-storage-blob-consumer.adoc
create mode 120000
docs/components/modules/others/pages/azure-storage-blob-operations.adoc