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.git
The following commit(s) were added to refs/heads/main by this push:
new 85f3cffa794 docs: update variables how-to with Airflow 3.0 screenshots
(#49265)
85f3cffa794 is described below
commit 85f3cffa794de6489a469f818cdd1ad28b2081fb
Author: Constance Martineau <[email protected]>
AuthorDate: Tue Apr 15 06:40:56 2025 -0400
docs: update variables how-to with Airflow 3.0 screenshots (#49265)
This PR refreshes the variables how-to guide to align with Airflow 3.0.
- Replaced outdated screenshots
- Verified content remains correct with 3.0
Related: #45649
---
airflow-core/docs/howto/variable.rst | 2 +-
airflow-core/docs/img/ui-dark/variable_hidden.png | Bin 0 -> 76058 bytes
airflow-core/docs/img/ui-light/variable_hidden.png | Bin 0 -> 79071 bytes
airflow-core/docs/img/variable_hidden.png | Bin 55331 -> 0 bytes
airflow-core/docs/ui.rst | 2 +-
5 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow-core/docs/howto/variable.rst
b/airflow-core/docs/howto/variable.rst
index e7d4c549324..20c36597c94 100644
--- a/airflow-core/docs/howto/variable.rst
+++ b/airflow-core/docs/howto/variable.rst
@@ -25,7 +25,7 @@ settings as a simple key value store within Airflow.
Variables can be
listed, created, updated and deleted from the UI (``Admin -> Variables``),
code or CLI.
-.. image:: ../img/variable_hidden.png
+.. image:: ../img/ui-dark/variable_hidden.png
See the :doc:`Variables Concepts </core-concepts/variables>` documentation for
more information.
diff --git a/airflow-core/docs/img/ui-dark/variable_hidden.png
b/airflow-core/docs/img/ui-dark/variable_hidden.png
new file mode 100644
index 00000000000..44c8bcca227
Binary files /dev/null and b/airflow-core/docs/img/ui-dark/variable_hidden.png
differ
diff --git a/airflow-core/docs/img/ui-light/variable_hidden.png
b/airflow-core/docs/img/ui-light/variable_hidden.png
new file mode 100644
index 00000000000..51d1331e99a
Binary files /dev/null and b/airflow-core/docs/img/ui-light/variable_hidden.png
differ
diff --git a/airflow-core/docs/img/variable_hidden.png
b/airflow-core/docs/img/variable_hidden.png
deleted file mode 100644
index 66770744b04..00000000000
Binary files a/airflow-core/docs/img/variable_hidden.png and /dev/null differ
diff --git a/airflow-core/docs/ui.rst b/airflow-core/docs/ui.rst
index b9ef8fb4616..cfdb210b499 100644
--- a/airflow-core/docs/ui.rst
+++ b/airflow-core/docs/ui.rst
@@ -156,7 +156,7 @@ by default, but can be configured to show in cleartext. See
:ref:`security:mask-
------------
-.. image:: img/variable_hidden.png
+.. image:: img/ui-dark/variable_hidden.png
------------