This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new 95bfa746504 [v3-0-test] Hide individual Public Interface subsections 
from sidebar navigation (#54457) (#54465)
95bfa746504 is described below

commit 95bfa746504d750b2aeae3ead23595fe65c49a37
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 13 15:06:07 2025 +0100

    [v3-0-test] Hide individual Public Interface subsections from sidebar 
navigation (#54457) (#54465)
    
    * Hide individual Public Interface subsections from sidebar navigation
    
    * Revert "Hide individual Public Interface subsections from sidebar 
navigation"
    
    This reverts commit 3ee5448b6126f3f3f74e25a59bb7ef2d81019611.
    
    * Fix sidebar navigation to collapse Public Interface subsections by default
    (cherry picked from commit 0879af1c9da5f953f3f32ecc925cef6e8d4159ad)
    
    Co-authored-by: Ankit Chaurasia <[email protected]>
---
 airflow-core/docs/index.rst                    | 2 ++
 airflow-core/docs/public-airflow-interface.rst | 8 ++++++++
 2 files changed, 10 insertions(+)

diff --git a/airflow-core/docs/index.rst b/airflow-core/docs/index.rst
index d5fe1123044..3bd3f4688a4 100644
--- a/airflow-core/docs/index.rst
+++ b/airflow-core/docs/index.rst
@@ -144,6 +144,8 @@ experience is continuously improving, but defining 
workflows as code is central
 .. toctree::
     :hidden:
     :caption: Content
+    :titlesonly:
+    :maxdepth: 1
 
     Overview <self>
     start
diff --git a/airflow-core/docs/public-airflow-interface.rst 
b/airflow-core/docs/public-airflow-interface.rst
index 5472ee35e78..72ec502dba1 100644
--- a/airflow-core/docs/public-airflow-interface.rst
+++ b/airflow-core/docs/public-airflow-interface.rst
@@ -15,6 +15,7 @@
     specific language governing permissions and limitations
     under the License.
 
+=====================================
 Public Interface for Airflow 3.0+
 =====================================
 
@@ -155,6 +156,7 @@ Airflow has a set of example dags that you can use to learn 
how to write dags
 .. toctree::
   :includehidden:
   :glob:
+  :hidden:
   :maxdepth: 1
 
   _api/airflow/example_dags/index
@@ -250,6 +252,7 @@ by extending them:
 .. toctree::
   :includehidden:
   :glob:
+  :hidden:
   :maxdepth: 1
 
   _api/airflow/hooks/index
@@ -314,6 +317,7 @@ exposes:
 .. toctree::
   :includehidden:
   :glob:
+  :hidden:
   :maxdepth: 1
 
   _api/airflow/exceptions/index
@@ -324,6 +328,7 @@ Public Utility classes
 .. toctree::
   :includehidden:
   :glob:
+  :hidden:
   :maxdepth: 1
 
   _api/airflow/utils/state/index
@@ -354,6 +359,7 @@ by extending them:
 .. toctree::
   :includehidden:
   :glob:
+  :hidden:
   :maxdepth: 1
 
   _api/airflow/triggers/index
@@ -372,6 +378,7 @@ by extending them:
 
 .. toctree::
   :includehidden:
+  :hidden:
   :maxdepth: 1
 
   _api/airflow/timetables/index
@@ -441,6 +448,7 @@ All Secrets Backend implementations are public. You can 
extend their functionali
 .. toctree::
   :includehidden:
   :glob:
+  :hidden:
   :maxdepth: 1
 
   _api/airflow/secrets/index

Reply via email to