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 152ec767 Drop the Fastest / Most popular / Cloud native badges from
the runtime cards on the home page
152ec767 is described below
commit 152ec7679001ad42c8ca2133f7fddc587738cd47
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Sep 15 09:26:41 2026 +0200
Drop the Fastest / Most popular / Cloud native badges from the runtime
cards on the home page
Fixes #1753
Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
---
data/home.yaml | 3 ---
layouts/index.html | 1 -
2 files changed, 4 deletions(-)
diff --git a/data/home.yaml b/data/home.yaml
index f60e28da..936873a3 100644
--- a/data/home.yaml
+++ b/data/home.yaml
@@ -45,7 +45,6 @@ get_started:
eyebrow: Get Started Your Way
items:
- name: Camel CLI
- badge: fastest
description: >-
Zero project setup. Just YAML and a terminal, perfect for prototyping,
learning, and AI-assisted workflows.
@@ -55,7 +54,6 @@ get_started:
camel run hello.yaml
url: /manual/camel-jbang.html
- name: Spring Boot
- badge: Most popular
description: >-
Generate a Spring Boot project with Camel from Spring Initializr, then
add starters for any of the 350+ components as you need them.
@@ -65,7 +63,6 @@ get_started:
cd camel-app && ./mvnw spring-boot:run
url: /camel-spring-boot/latest/
- name: Quarkus
- badge: Cloud native
description: >-
Cloud-native Camel with fast startup and native compilation. Add
extensions to your Quarkus project.
diff --git a/layouts/index.html b/layouts/index.html
index 0018d2d8..b93cdc43 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -42,7 +42,6 @@
tabindex="{{ if eq $i 0 }}0{{ else }}-1{{ end }}">
<span class="home-path-head">
<span class="home-path-name" id="home-path-name-{{ $i }}">{{ .name
}}</span>
- {{- with .badge }}<span class="home-badge">{{ . }}</span>{{ end }}
</span>
<span class="home-path-desc" id="home-path-desc-{{ $i }}">{{
.description }}</span>
</button>