zhouyuan opened a new pull request, #81: URL: https://github.com/apache/gluten-site/pull/81
Adds scripts/sync_docs.py and .github/workflows/sync_docs.yml to keep _docs in sync with the main repository's docs/ directory: - _docs/latest/ is refreshed daily from the main branch, replacing the static page that linked out to apache.github.io/gluten. The top-nav Documentation link now points at /docs/latest/. - Release archives (_docs/vX.Y.Z/) can be generated via manual workflow dispatch instead of being uploaded by hand. The script rewrites just-the-docs front matter to hang the tree under a version entry (parent/grand_parent, permalink prefixes), injects front matter for pages that lack it, normalizes stale parent titles, and groups top-level velox-*.md pages under a Velox Backend section, files staying in place so relative links keep working. -- 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]
