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 e0c16714c0b Make  Airflow 3 upgrade section visible in sidebar (#55965)
e0c16714c0b is described below

commit e0c16714c0b8d7a21d7415e02860377b88811ebc
Author: Kaxil Naik <[email protected]>
AuthorDate: Mon Sep 22 19:11:17 2025 +0100

    Make  Airflow 3 upgrade section visible in sidebar (#55965)
    
    This page was difficult to find - even for existing users who are familiar 
with the layout.
---
 airflow-core/docs/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow-core/docs/index.rst b/airflow-core/docs/index.rst
index fccf4e59672..cf34b0da8ea 100644
--- a/airflow-core/docs/index.rst
+++ b/airflow-core/docs/index.rst
@@ -150,6 +150,7 @@ experience is continuously improving, but defining 
workflows as code is central
     Overview <self>
     start
     installation/index
+    installation/upgrading_to_airflow3
     security/index
     tutorial/index
     howto/index

Reply via email to