manuzhang commented on code in PR #13977:
URL: https://github.com/apache/iceberg/pull/13977#discussion_r2388427944


##########
site/dev/common.sh:
##########
@@ -233,6 +233,16 @@ pull_versioned_docs () {
   create_nightly  
 }
 
+scan_markdown_files () {
+  echo " --> check markdown file styles"
+  pymarkdown --config markdownlint.yml scan docs/docs/nightly/docs/*.md 
docs/*.md README.md
+}
+
+fix_markdown_files () {
+  echo " --> fix markdown file styles"
+  pymarkdown --config markdownlint.yml fix docs/docs/nightly/docs/*.md 
docs/*.md README.md

Review Comment:
   But that will also change all docs of previous versions. 



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

Reply via email to