This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
The following commit(s) were added to refs/heads/staging by this push:
new 68710c08c75 Add registry -> registry-archive symlink and update README
(#36)
68710c08c75 is described below
commit 68710c08c75c1ef70fa0f331d3d12aaebdce844a
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Mar 10 00:34:16 2026 +0000
Add registry -> registry-archive symlink and update README (#36)
---
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