This is an automated email from the ASF dual-hosted git repository.
eladkal 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 8d9387fe33e [v3-1-test] Fix instance_name in UI docs (#57380) (#57523)
8d9387fe33e is described below
commit 8d9387fe33e40dabc8d693fd2ef210722d2ad0ef
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 30 02:26:06 2025 +0200
[v3-1-test] Fix instance_name in UI docs (#57380) (#57523)
(cherry picked from commit eaa69725c9dc354bd712845fa7edb29916ff9f14)
Co-authored-by: Zinkue <[email protected]>
---
airflow-core/docs/howto/customize-ui.rst | 6 +++---
.../default_instance_name_configuration.png | Bin 68441 -> 19151 bytes
.../example_instance_name_configuration.png | Bin 68231 -> 18698 bytes
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/airflow-core/docs/howto/customize-ui.rst
b/airflow-core/docs/howto/customize-ui.rst
index 3681554f8ae..68bfaba909c 100644
--- a/airflow-core/docs/howto/customize-ui.rst
+++ b/airflow-core/docs/howto/customize-ui.rst
@@ -32,11 +32,11 @@ distinguish between various installations of Airflow or
simply amend the page te
To make this change, simply:
-1. Add the configuration option of ``instance_name`` under the
``[webserver]`` section inside ``airflow.cfg``:
+1. Add the configuration option of ``instance_name`` under the ``[api]``
section inside ``airflow.cfg``:
.. code-block::
- [webserver]
+ [api]
instance_name = "DevEnv"
@@ -45,7 +45,7 @@ To make this change, simply:
.. code-block::
- AIRFLOW__WEBSERVER__INSTANCE_NAME = "DevEnv"
+ AIRFLOW__API__INSTANCE_NAME = "DevEnv"
Screenshots
diff --git
a/airflow-core/docs/img/change-site-title/default_instance_name_configuration.png
b/airflow-core/docs/img/change-site-title/default_instance_name_configuration.png
index 70fb653a510..3a814111c0e 100644
Binary files
a/airflow-core/docs/img/change-site-title/default_instance_name_configuration.png
and
b/airflow-core/docs/img/change-site-title/default_instance_name_configuration.png
differ
diff --git
a/airflow-core/docs/img/change-site-title/example_instance_name_configuration.png
b/airflow-core/docs/img/change-site-title/example_instance_name_configuration.png
index 45ec5e51d5a..5084842ad10 100644
Binary files
a/airflow-core/docs/img/change-site-title/example_instance_name_configuration.png
and
b/airflow-core/docs/img/change-site-title/example_instance_name_configuration.png
differ