davsclaus commented on code in PR #1918:
URL:
https://github.com/apache/camel-spring-boot/pull/1918#discussion_r3890325617
##########
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/ai-observability.json:
##########
@@ -0,0 +1,15 @@
+{
+ "other": {
+ "kind": "other",
+ "name": "ai-observability",
+ "title": "AI Observability",
Review Comment:
Minor, non-blocking: this JSON sets `"title": "AI Observability"`, but the
generated `nav.adoc` / `ai-observability.adoc` render the title as "Ai
Observability" (title-cased from the artifact name rather than using this
field). This is a pre-existing quirk of the shared doc-generator tooling shared
with other starters (e.g. `opentelemetry2` → "Opentelemetry2"), not something
introduced by this PR — no action needed unless you'd like to file a follow-up
for the generator.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]