This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 986b1f17 chore: update og:description in UI source to match public
986b1f17 is described below
commit 986b1f179a3457cc2ff90a96c95d277e032b6b5d
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jun 14 17:56:46 2026 +0200
chore: update og:description in UI source to match public
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
antora-ui-camel/src/partials/head-meta.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/antora-ui-camel/src/partials/head-meta.hbs
b/antora-ui-camel/src/partials/head-meta.hbs
index 2bff4fc7..23b51281 100644
--- a/antora-ui-camel/src/partials/head-meta.hbs
+++ b/antora-ui-camel/src/partials/head-meta.hbs
@@ -2,7 +2,7 @@
<meta property="og:title" content="{{page.title}}">
<meta property="og:site_name" content="Apache Camel">
<meta property="og:url" content="https://camel.apache.org">
-<meta property="og:description" content="Camel is an open source integration
framework that empowers you to quickly and easily integrate various systems
consuming or producing data.">
+<meta property="og:description" content="Apache Camel is an open source
integration framework with 350+ connectors for databases, APIs, message
brokers, and cloud services. Write routes in Java, YAML, or XML. Run on Spring
Boot, Quarkus, or standalone with the Camel CLI. In production since 2007.
Apache License 2.0.">
<meta property="og:type" content="website">
<meta property="og:image" content="{{site.url}}/_/img/logo-d.svg">
<link rel="manifest" href="{{siteRootPath}}/site.webmanifest">