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 df5109402bb12d0d2be97e54c5cde1cc2a5d37b4 Author: Constance Martineau <[email protected]> AuthorDate: Thu Sep 18 20:36:19 2025 -0400 refresh screenshots for updated UI (#55864) (cherry picked from commit 2849e4b078a92b2b97de801f1ebb5bc8466f6867) --- airflow-core/docs/img/ui-dark/dag_doc.png | Bin 92727 -> 302292 bytes airflow-core/docs/img/ui-dark/task_doc.png | Bin 196657 -> 526160 bytes airflow-core/docs/img/ui-light/dag_doc.png | Bin 96363 -> 298120 bytes airflow-core/docs/img/ui-light/task_doc.png | Bin 202764 -> 529064 bytes airflow-core/docs/tutorial/fundamentals.rst | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow-core/docs/img/ui-dark/dag_doc.png b/airflow-core/docs/img/ui-dark/dag_doc.png index 0f048cd6ca6..f4bf08801f0 100644 Binary files a/airflow-core/docs/img/ui-dark/dag_doc.png and b/airflow-core/docs/img/ui-dark/dag_doc.png differ diff --git a/airflow-core/docs/img/ui-dark/task_doc.png b/airflow-core/docs/img/ui-dark/task_doc.png index bd9e7e1038d..f2e7170ea40 100644 Binary files a/airflow-core/docs/img/ui-dark/task_doc.png and b/airflow-core/docs/img/ui-dark/task_doc.png differ diff --git a/airflow-core/docs/img/ui-light/dag_doc.png b/airflow-core/docs/img/ui-light/dag_doc.png index 3b94e97d3f2..478cb6e310c 100644 Binary files a/airflow-core/docs/img/ui-light/dag_doc.png and b/airflow-core/docs/img/ui-light/dag_doc.png differ diff --git a/airflow-core/docs/img/ui-light/task_doc.png b/airflow-core/docs/img/ui-light/task_doc.png index 887332b71bb..9b2a6fd56d7 100644 Binary files a/airflow-core/docs/img/ui-light/task_doc.png and b/airflow-core/docs/img/ui-light/task_doc.png differ diff --git a/airflow-core/docs/tutorial/fundamentals.rst b/airflow-core/docs/tutorial/fundamentals.rst index 0017860e343..02e60b5e8d1 100644 --- a/airflow-core/docs/tutorial/fundamentals.rst +++ b/airflow-core/docs/tutorial/fundamentals.rst @@ -165,11 +165,11 @@ documentation at the start of your Dag file. | -.. image:: ../img/ui-dark/task_doc.png +.. image:: ../img/ui-light/task_doc.png | -.. image:: ../img/ui-dark/dag_doc.png +.. image:: ../img/ui-light/dag_doc.png Setting up Dependencies -----------------------
