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