This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f6692be78762bbb6151fb716832c7aa93a68dad3 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. (cherry picked from commit e0c16714c0b8d7a21d7415e02860377b88811ebc) --- 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
