You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2021/09/30 21:48:18 UTC

[airflow] branch main updated: Fix section formatting in the "Customizing the UI" docs page (#18658)

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 <66...@users.noreply.github.com>
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::