You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/26 21:06:58 UTC

[GitHub] [camel-kamelets] claudio4j commented on a diff in pull request #897: Update non-working examples in Kamelet Catalog docs

claudio4j commented on code in PR #897:
URL: https://github.com/apache/camel-kamelets/pull/897#discussion_r859146306


##########
docs/modules/ROOT/examples/js/kamelets.js:
##########
@@ -16,6 +16,8 @@
  */
 
 const util = require('camel-website-util')
+const fs = require('fs')
+const yaml = require('js-yaml');

Review Comment:
   Ops, I will push the js-yaml dependency change to camel-website. Just forgot it.



-- 
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-unsubscribe@camel.apache.org

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