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 20:28:20 UTC

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

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


##########
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:
   Do we have to revert? The website build is stuck 



-- 
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