This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-website.git


    omit 3551d769 Regen for commit 428067b670448b79d799432f336164da5fc3c330
     add dc00fb01 Add a Trust by Default page and header navigation link (#1670)
     add ef281f35 Blog: dependency updates across Camel 4.x releases (#1669)
     add 32b61f87 CAMEL-23788: Generate versioned offline documentation bundles 
(#1667)
     add 4769da36 Remove em-dashes from the Trust page (#1672)
     add 7c3a7feb Update with instructions to release offline docs
     add 1bdc7954 Fix offline doc
     add 9c494089 Updated
     add 0eabb433 feat(blog): kaoto 2.11.0 release
     add 3244e5cd chore: updated tags
     add ed8ff29e chore: updated format
     add 3c419451 fix: link
     add c027934e Adjust Kaoto blog post category so it's not hidden
     add a49f51e3 Blog: Why AI Already Knows Apache Camel (#1673)
     add a9f6211e chore: update link (#1675)
     add 30313746 Regen for commit 428067b670448b79d799432f336164da5fc3c330 
(#1668)
     add b631de32 chore: improve trust page icons and add inline blog links 
(#1676)
     add 2618fba5 chore: add trust page to llms.txt template
     add fc1b508e chore: regen antora-ui bundle with new icons
     add c60729a1 Regen for commit fc1b508eade3f4d6616411b3f663aec2d8c6ce7b

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   (3551d769)
            \
             N -- N -- N   refs/heads/regen_bot (c60729a1)

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:
 .github/workflows/offline-bundle.yml               |  71 +++++++
 .github/workflows/preview.yaml                     |   4 +-
 README.md                                          |  44 +++++
 antora-ui-camel/public/_/data/rev-manifest.json    |   3 +
 antora-ui-camel/public/_/helpers/asset.js          |   3 +
 antora-ui-camel/public/_/img/bugfix-4280bf9490.svg |   1 +
 .../public/_/img/calendar-b4b3ab1bf7.svg           |   1 +
 .../public/_/img/sparkle-da54b1f43c.svg            |   1 +
 antora-ui-camel/public/_/rev-manifest              |   3 +
 antora-ui-camel/src/img/bugfix.svg                 |   3 +
 antora-ui-camel/src/img/calendar.svg               |   3 +
 antora-ui-camel/src/img/sparkle.svg                |   3 +
 config.toml                                        |   7 +
 content/blog/2026/06/camel-ai-trained/index.md     | 144 ++++++++++++++
 .../2026/06/camel-dependency-updates/featured.svg  | 111 +++++++++++
 .../blog/2026/06/camel-dependency-updates/index.md | 156 +++++++++++++++
 .../blog/2026/06/kaoto-release-2.11.0/featured.png | Bin 0 -> 3815987 bytes
 content/blog/2026/06/kaoto-release-2.11.0/index.md | 117 ++++++++++++
 .../2026/06/kaoto-release-2.11.0/run-arguments.png | Bin 0 -> 445140 bytes
 .../blog/2026/06/kaoto-release-2.11.0/settings.png | Bin 0 -> 442360 bytes
 .../2026/06/kaoto-release-2.11.0/test-icons.png    | Bin 0 -> 63395 bytes
 content/trust/_index.md                            | 210 +++++++++++++++++++++
 llms-txt-template.md                               |  26 ++-
 package.json                                       |   2 +-
 scripts/generate-offline-bundle.js                 | 158 ++++++++++++++++
 25 files changed, 1068 insertions(+), 3 deletions(-)
 create mode 100644 .github/workflows/offline-bundle.yml
 create mode 100644 antora-ui-camel/public/_/img/bugfix-4280bf9490.svg
 create mode 100644 antora-ui-camel/public/_/img/calendar-b4b3ab1bf7.svg
 create mode 100644 antora-ui-camel/public/_/img/sparkle-da54b1f43c.svg
 create mode 100644 antora-ui-camel/src/img/bugfix.svg
 create mode 100644 antora-ui-camel/src/img/calendar.svg
 create mode 100644 antora-ui-camel/src/img/sparkle.svg
 create mode 100644 content/blog/2026/06/camel-ai-trained/index.md
 create mode 100644 content/blog/2026/06/camel-dependency-updates/featured.svg
 create mode 100644 content/blog/2026/06/camel-dependency-updates/index.md
 create mode 100644 content/blog/2026/06/kaoto-release-2.11.0/featured.png
 create mode 100644 content/blog/2026/06/kaoto-release-2.11.0/index.md
 create mode 100644 content/blog/2026/06/kaoto-release-2.11.0/run-arguments.png
 create mode 100644 content/blog/2026/06/kaoto-release-2.11.0/settings.png
 create mode 100644 content/blog/2026/06/kaoto-release-2.11.0/test-icons.png
 create mode 100644 content/trust/_index.md
 create mode 100644 scripts/generate-offline-bundle.js

Reply via email to