xuang7 commented on code in PR #76: URL: https://github.com/apache/incubator-texera-site/pull/76#discussion_r3788689844
########## .gitignore: ########## @@ -1,5 +1,9 @@ /public resources/ + +# Versioned docs are pulled from the texera repo at build time by +# scripts/sync-docs.sh; only content/docs/_index.md is tracked here. +/content/docs/*/ Review Comment: These are all the Markdown files under the versioned docs paths. I think the docs will be pulled when CI is triggered, so these files should probably be gitignored. Please feel free to correct me if I'm wrong. @Ma77Ball -- 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]
