This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch add-registry-symlink-staging in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
commit 200d93978b4269e2b35de18a726a45204cb017f5 Author: Kaxil Naik <[email protected]> AuthorDate: Tue Mar 10 00:31:48 2026 +0000 Add registry -> registry-archive symlink and update README --- README.md | 8 ++++++-- registry | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f78f7e6df9..e19e923f149 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # 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 - wehre the documentation is stored. Sync in both direction is possible. +sync - where the documentation is stored. Sync in both direction is possible. In the future we will automate synchronization of the repoitory after any change to the buckets, currently manual synchronization S3 -> Bucket for the `live` ucket documentation is done using the `S3 to GitHub workflow` 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
