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


    from 90e6d936 Blog: ten posts per page, a compact post card, and a "Start 
here" list in the rail (#1756)
     add f7eab1db Blog: say what was wrong in the benchmark post intro
     add a1f71b00 Fix link check: drop jOOR language links, fix header anchors 
for prefix headers
     add 6abe2ca1 Add XML schemas for Camel 4.22.1
     add 460829dd Add release notes and blog entry for Camel 4.22.1
     add 00a2e183 Camel Quarkus 3.33.3 announcement blog post (#1766)
     add f64db84f Blog: the Camel website, rebuilt for humans and for AI (#1765)
     add 79b3be04 Schema in correct folder
     add 923f941c Add Ultimate Apache Camel for Enterprise AI Integrations to 
books page
     add b6b8ac0b Add blog post on authorizing AI agent tool calls with SPIFFE 
and OPA (#1767)
     add a1d6c2b9 Fix #1764: generate the offline bundle list in llms.txt from 
the documented Camel versions
     add 51169998 Fix #1762: publish a Markdown mirror of the website pages as 
<page>/index.md
     add dc259de6 Fix #1763: publish every blog post as Markdown at 
<post>/index.md
     add b1a1daf5 Fix #1771: include the website pages and blog posts in the 
offline bundle
     add e961a0b5 chore: drop the eyebrow label above the title from the 
Markdown mirrors
     add efc62a6d chore: add OSS Helper project rules
     add 63704a86 ci: run the unit tests in the pull request workflow
     add 429b321a chore: share the page-to-Markdown converter between the page 
and index generators
     add be991e94 chore: point links between website pages and blog posts at 
their Markdown mirror
     add 5d08759c Blog: keep the overlay scrollbar off the left rail's text 
(#1772) (#1781)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pr.yaml                          |   4 +
 .oss-ai-helper-rules/project-guidelines.md         |  26 +++
 .oss-ai-helper-rules/project-info.md               |  16 ++
 .oss-ai-helper-rules/project-standards.md          |  26 +++
 README.md                                          |   9 +-
 antora-ui-camel/public/_/css/site-8b1f35b7a5.css   |  23 ---
 antora-ui-camel/public/_/css/site-fcc1ff1ab1.css   |  23 +++
 antora-ui-camel/public/_/data/rev-manifest.json    |   2 +-
 antora-ui-camel/public/_/helpers/asset.js          |   2 +-
 antora-ui-camel/public/_/partials/head-styles.hbs  |   2 +-
 antora-ui-camel/public/_/rev-manifest              |   2 +-
 antora-ui-camel/src/css/blog.css                   |  14 ++
 antora-ui-camel/src/css/static.css                 |   6 +-
 antora-ui-camel/src/css/toc.css                    |   4 +
 antora-ui-camel/src/css/vars.css                   |   7 +
 content/blog/2020/10/Camel36-Whatsnew/index.md     |   2 +-
 content/blog/2020/12/Camel37-Whatsnew/index.md     |   2 +-
 .../blog/2022/06/camel3x-top10-features/index.md   |   2 +-
 .../09/RELEASE-4.22.1}/index.md                    |  12 +-
 .../2026/09/camel-local-model-benchmark/index.md   |   2 +-
 content/blog/2026/09/camel-quarkus-3.33.3/index.md |  32 ++++
 .../2026/09/camel-website-rebuilt/featured.jpg     | Bin 0 -> 105769 bytes
 .../09/camel-website-rebuilt/front-page-after.jpg  | Bin 0 -> 119531 bytes
 .../09/camel-website-rebuilt/front-page-before.jpg | Bin 0 -> 128361 bytes
 .../blog/2026/09/camel-website-rebuilt/index.md    |  66 +++++++
 .../blog/2026/09/securing-ai-agent-tools/index.md  | 203 +++++++++++++++++++++
 content/community/books.md                         |  10 +
 .../q/{release-3.33.0.md => release-3.33.3.md}     |  10 +-
 content/releases/release-4.22.1.md                 |  17 ++
 gulp/helpers/convert-page.js                       | 126 +++++++++++++
 gulp/helpers/html-index.js                         |  45 +----
 gulp/helpers/llms-txt.js                           |  57 +++++-
 gulp/helpers/turndown-config.js                    |  10 +
 gulp/tasks/generate-markdown.js                    |  93 +++-------
 llms-txt-template.md                               |  27 ++-
 scripts/generate-offline-bundle.js                 |  10 +-
 static/img/books/ultimate_camel_enterprise_ai.jpg  | Bin 0 -> 32789 bytes
 ...xsd => camel-cxf-spring-rest-4.22.1-spring.xsd} |   0
 ...xsd => camel-cxf-spring-soap-4.22.1-spring.xsd} |   0
 ...4.10.0.xsd => camel-spring-security-4.22.1.xsd} |   0
 ...l-spring-4.22.0.xsd => camel-spring-4.22.1.xsd} |  23 +++
 ...l-xml-io-4.22.0.xsd => camel-xml-io-4.22.1.xsd} |  23 +++
 test/convert-page-test.js                          | 172 +++++++++++++++++
 test/generate-markdown-test.js                     |  90 ---------
 test/llms-txt-test.js                              |  47 +++++
 util/jsonpath-util.js                              |   6 +-
 46 files changed, 996 insertions(+), 257 deletions(-)
 create mode 100644 .oss-ai-helper-rules/project-guidelines.md
 create mode 100644 .oss-ai-helper-rules/project-info.md
 create mode 100644 .oss-ai-helper-rules/project-standards.md
 delete mode 100644 antora-ui-camel/public/_/css/site-8b1f35b7a5.css
 create mode 100644 antora-ui-camel/public/_/css/site-fcc1ff1ab1.css
 copy content/blog/{2025/08/RELEASE-4.14.0 => 2026/09/RELEASE-4.22.1}/index.md 
(62%)
 create mode 100644 content/blog/2026/09/camel-quarkus-3.33.3/index.md
 create mode 100644 content/blog/2026/09/camel-website-rebuilt/featured.jpg
 create mode 100644 
content/blog/2026/09/camel-website-rebuilt/front-page-after.jpg
 create mode 100644 
content/blog/2026/09/camel-website-rebuilt/front-page-before.jpg
 create mode 100644 content/blog/2026/09/camel-website-rebuilt/index.md
 create mode 100644 content/blog/2026/09/securing-ai-agent-tools/index.md
 copy content/releases/q/{release-3.33.0.md => release-3.33.3.md} (51%)
 create mode 100644 content/releases/release-4.22.1.md
 create mode 100644 gulp/helpers/convert-page.js
 create mode 100644 static/img/books/ultimate_camel_enterprise_ai.jpg
 copy static/schema/cxf/jaxrs/{camel-cxf-rest-3.18.0-spring.xsd => 
camel-cxf-spring-rest-4.22.1-spring.xsd} (100%)
 copy static/schema/cxf/jaxws/{camel-cxf-soap-3.18.0-spring.xsd => 
camel-cxf-spring-soap-4.22.1-spring.xsd} (100%)
 copy static/schema/spring-security/{camel-spring-security-4.10.0.xsd => 
camel-spring-security-4.22.1.xsd} (100%)
 copy static/schema/spring/{camel-spring-4.22.0.xsd => camel-spring-4.22.1.xsd} 
(99%)
 copy static/schema/xml-io/{camel-xml-io-4.22.0.xsd => camel-xml-io-4.22.1.xsd} 
(99%)
 create mode 100644 test/convert-page-test.js
 delete mode 100644 test/generate-markdown-test.js
 create mode 100644 test/llms-txt-test.js

Reply via email to