yeswanth-s1th commented on code in PR #13664:
URL: https://github.com/apache/iceberg/pull/13664#discussion_r2296375616
##########
site/dev/common.sh:
##########
@@ -201,7 +201,9 @@ search_exclude_versioned_docs () {
# Modify .md files to exclude versioned documentation from search indexing
python3 -c "import os
-for f in filter(lambda x: x.endswith('.md'), os.listdir()): lines =
open(f).readlines(); open(f, 'w').writelines(lines[:2] + ['search:\n', '
exclude: true\n'] + lines[2:]);"
+for f in filter(lambda x: x.endswith('.md'), os.listdir()): lines =
open(f).readlines(); open(f, 'w').writelines(lines[:2] + ['search:
Review Comment:
Nothing editor messed up in multiple places where some newline characters
are replaced with an actual new line.
fixed in recent commit, Thanks for reviewing.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]