This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch add-registry-symlink in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
commit 36172fd3b45d7371a5f80978e608e04d8eaf40ba Author: Kaxil Naik <[email protected]> AuthorDate: Tue Mar 10 00:31:46 2026 +0000 Add registry -> registry-archive symlink and update README --- README.md | 6 +++++- registry | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 773d36d2d61..e19e923f149 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Airflow sync archive -The repository stores the archive of generated documentation from Apache Airflow. +The repository stores the archive of generated documentation and provider registry data from Apache Airflow. + +The `docs-archive/` directory contains the published documentation, and `registry-archive/` contains the +provider registry files. The `docs` and `registry` symlinks point to these directories respectively, +matching the S3 path structure used by the live and staging buckets. The scripts and workflows here allow to keep the repository in sync with the S3 buckets - both live and sync - where the documentation is stored. Sync in both direction is possible. diff --git a/registry b/registry new file mode 120000 index 00000000000..43a935f1eca --- /dev/null +++ b/registry @@ -0,0 +1 @@ +registry-archive \ No newline at end of file
