This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 1c476da4983 [v3-1-test] Update ASF logos in documentation to the new 
Oak logo (#56598) (#56601)
1c476da4983 is described below

commit 1c476da4983bf53f51fa8d99262cff28528683d4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 14 12:55:34 2025 +0200

    [v3-1-test] Update ASF logos in documentation to the new Oak logo (#56598) 
(#56601)
    
    (cherry picked from commit 2eed93b3ea7f3084b8dc1906321a895d22e1dbd0)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 airflow-core/docs/img/apache.jpg              | Bin 43364 -> 0 bytes
 airflow-core/docs/img/asf_logo_wide.png       | Bin 0 -> 32678 bytes
 airflow-core/docs/license.rst                 |   4 +++-
 docs/images/documentation_architecture.md5sum |   2 +-
 docs/images/documentation_architecture.png    | Bin 167984 -> 144710 bytes
 docs/images/documentation_architecture.py     |   4 ++--
 docs/images/logos/asf_logo_wide.png           | Bin 0 -> 32678 bytes
 7 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/airflow-core/docs/img/apache.jpg b/airflow-core/docs/img/apache.jpg
deleted file mode 100644
index 312251f8d22..00000000000
Binary files a/airflow-core/docs/img/apache.jpg and /dev/null differ
diff --git a/airflow-core/docs/img/asf_logo_wide.png 
b/airflow-core/docs/img/asf_logo_wide.png
new file mode 100644
index 00000000000..cef985efb02
Binary files /dev/null and b/airflow-core/docs/img/asf_logo_wide.png differ
diff --git a/airflow-core/docs/license.rst b/airflow-core/docs/license.rst
index 3ef9a619278..a5b85d9da23 100644
--- a/airflow-core/docs/license.rst
+++ b/airflow-core/docs/license.rst
@@ -20,8 +20,10 @@
 License
 ========
 
-.. image:: img/apache.jpg
+.. image:: img/asf_logo_wide.png
     :width: 150
+    :align: center
+
 
 .. code-block:: text
 
diff --git a/docs/images/documentation_architecture.md5sum 
b/docs/images/documentation_architecture.md5sum
index 394ee887a84..de72fbd745d 100644
--- a/docs/images/documentation_architecture.md5sum
+++ b/docs/images/documentation_architecture.md5sum
@@ -1 +1 @@
-1f460a38c43a136d03d3891ea7299d09
+8948941e4684025792d1947d3e4aa971
diff --git a/docs/images/documentation_architecture.png 
b/docs/images/documentation_architecture.png
index 20bf207fd40..62e7db2d9f2 100644
Binary files a/docs/images/documentation_architecture.png and 
b/docs/images/documentation_architecture.png differ
diff --git a/docs/images/documentation_architecture.py 
b/docs/images/documentation_architecture.py
index fff1d3b9117..5e7df5ab16c 100644
--- a/docs/images/documentation_architecture.py
+++ b/docs/images/documentation_architecture.py
@@ -22,7 +22,6 @@ from diagrams import Cluster, Diagram, Edge
 from diagrams.aws.storage import S3
 from diagrams.custom import Custom
 from diagrams.onprem.client import User, Users
-from diagrams.onprem.network import Apache
 from rich.console import Console
 
 MY_DIR = Path(__file__).parent
@@ -32,6 +31,7 @@ MY_FILENAME = Path(__file__).with_suffix("").name
 console = Console(width=400, color_system="standard")
 
 GITHUB_LOGO = MY_DIR / "logos" / "github.png"
+ASF_LOGO = MY_DIR / "logos" / "asf_logo_wide.png"
 
 graph_attr = {
     "concentrate": "false",
@@ -85,7 +85,7 @@ def generate_documentation_architecture_diagram():
         with Cluster("Live Docs", graph_attr={"margin": "80"}):
             live_bucket = S3("live-docs-airflow-apache-org")
             apache_airflow_site_archive_repo = 
Custom("apache-airflow-site-archive", GITHUB_LOGO.as_posix())
-            apache_live_webserver = Apache("https://airflow.apache.org";)
+            apache_live_webserver = Custom("https://airflow.apache.org";, 
ASF_LOGO.as_posix())
 
             release_manager >> Edge(color="black", style="solid", 
label="Publish package docs") >> live_bucket
             (
diff --git a/docs/images/logos/asf_logo_wide.png 
b/docs/images/logos/asf_logo_wide.png
new file mode 100644
index 00000000000..cef985efb02
Binary files /dev/null and b/docs/images/logos/asf_logo_wide.png differ

Reply via email to