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

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

commit 7d59ca55129b34161beb07c4619c810cdf364da8
Author: Constance Martineau <[email protected]>
AuthorDate: Thu Sep 18 20:36:43 2025 -0400

    (docs) update architecture overview screenshots (#55859)
    
    * docs(architecture-overview): placeholder
    
    * refresh screenshots for updated UI
    
    (cherry picked from commit e66b237238c6eef1826c001e584a1992b3d879e7)
---
 airflow-core/docs/core-concepts/overview.rst |   2 +-
 airflow-core/docs/img/ui-dark/dags.png       | Bin 117751 -> 416371 bytes
 airflow-core/docs/img/ui-light/dags.png      | Bin 116182 -> 411981 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/docs/core-concepts/overview.rst 
b/airflow-core/docs/core-concepts/overview.rst
index 9b80ff331b4..f2d4b44e07f 100644
--- a/airflow-core/docs/core-concepts/overview.rst
+++ b/airflow-core/docs/core-concepts/overview.rst
@@ -244,6 +244,6 @@ User interface
 
 Airflow comes with a user interface that lets you see what Dags and their 
tasks are doing, trigger runs of Dags, view logs, and do some limited debugging 
and resolution of problems with your Dags.
 
-.. image:: ../img/ui-dark/dags.png
+.. image:: ../img/ui-light/dags.png
 
 It's generally the best way to see the status of your Airflow installation as 
a whole, as well as diving into individual Dags to see their layout, the status 
of each task, and the logs from each task.
diff --git a/airflow-core/docs/img/ui-dark/dags.png 
b/airflow-core/docs/img/ui-dark/dags.png
index 56458caedef..75f28fd7281 100644
Binary files a/airflow-core/docs/img/ui-dark/dags.png and 
b/airflow-core/docs/img/ui-dark/dags.png differ
diff --git a/airflow-core/docs/img/ui-light/dags.png 
b/airflow-core/docs/img/ui-light/dags.png
index 0c408515fb1..1d2e168a8e1 100644
Binary files a/airflow-core/docs/img/ui-light/dags.png and 
b/airflow-core/docs/img/ui-light/dags.png differ

Reply via email to