zentol commented on code in PR #21492:
URL: https://github.com/apache/flink/pull/21492#discussion_r1081201261


##########
docs/setup_docs.sh:
##########
@@ -27,19 +27,12 @@ function integrate_connector_docs {
   local connector ref additional_folders
   connector=$1
   ref=$2
-  additional_folders=( "${@:3}" )
 
   git clone --single-branch --branch ${ref} 
https://github.com/apache/flink-connector-${connector}
   theme_dir="../themes/connectors"
   mkdir -p "${theme_dir}"
 
-  for rsync_folder_subpath in "docs/content" "docs/content.zh" 
"${additional_folders[@]}"; do
-    local 
rsync_source_path="flink-connector-${connector}/${rsync_folder_subpath}"

Review Comment:
   This was removed because syncing the entire docs directory is simpler.



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to