This is an automated email from the ASF dual-hosted git repository.
jedcunningham 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 3e409fa Fix section formatting in the "Customizing the UI" docs page
(#18658)
3e409fa is described below
commit 3e409fae5c667b22ccc8f344e42aa9348f91dcc9
Author: Jed Cunningham <[email protected]>
AuthorDate: Thu Sep 30 15:47:40 2021 -0600
Fix section formatting in the "Customizing the UI" docs page (#18658)
---
docs/apache-airflow/howto/customize-ui.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/howto/customize-ui.rst
b/docs/apache-airflow/howto/customize-ui.rst
index ccb85e3..1d52e36 100644
--- a/docs/apache-airflow/howto/customize-ui.rst
+++ b/docs/apache-airflow/howto/customize-ui.rst
@@ -88,7 +88,7 @@ Note: the custom title will be applied to both the page
header and the page titl
To make this change, simply:
-1. Add the configuration option of ``instance_name`` under ``webserver``
inside ``airflow.cfg``:
+1. Add the configuration option of ``instance_name`` under the
``[webserver]`` section inside ``airflow.cfg``:
.. code-block::