jamesnetherton commented on code in PR #206:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/206#discussion_r1555289197


##########
vertx-websocket-chat/README.adoc:
##########
@@ -0,0 +1,56 @@
+= Vertx-Websocket Chat: A Camel Quarkus example
+:cq-example-description: Demonstration of how to configure a WebSocket server 
and interact with connected peers.

Review Comment:
   Seems the cq-maven-plugin wants to enforce a specific description style and 
checks for a particular 
[prefix](https://github.com/l2x6/cq-maven-plugin/blob/main/maven-plugin/src/main/java/org/l2x6/cq/maven/UpdateExamplesJsonMojo.java#L50).
 If you modify things like the following, it'll hopefully work ok.
   
   ```suggestion
   :cq-example-description: An example that shows how to configure a WebSocket 
server and interact with connected peers.
   ```
   
   



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to