pitrou commented on code in PR #587: URL: https://github.com/apache/arrow-site/pull/587#discussion_r1950605932
########## _config.yml: ########## @@ -25,6 +25,7 @@ kramdown: include: - _static + - .well-known Review Comment: The addition ensures that the `.well-known` directory and its contents is included in the generated site. Is there a reason to prefer a shell `cp` command? I find it cleaner to rely as much as possible on configuration, rather than dedicated shell commands. Also, using `_config.yml` I could actually test my changes locally. @kou What do you think? -- 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]
