Skip to content

Commit 59e6c25

Browse files
committed
Fix sidebar navigation to collapse Public Interface subsections by default
1 parent 89a40e1 commit 59e6c25

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

airflow-core/docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ experience is continuously improving, but defining workflows as code is central
144144
.. toctree::
145145
:hidden:
146146
:caption: Content
147+
:titlesonly:
148+
:maxdepth: 1
147149

148150
Overview <self>
149151
start

airflow-core/docs/public-airflow-interface.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
specific language governing permissions and limitations
1616
under the License.
1717
18+
=====================================
1819
Public Interface for Airflow 3.0+
1920
=====================================
2021

@@ -155,6 +156,7 @@ Airflow has a set of example dags that you can use to learn how to write dags
155156
.. toctree::
156157
:includehidden:
157158
:glob:
159+
:hidden:
158160
:maxdepth: 1
159161

160162
_api/airflow/example_dags/index
@@ -250,6 +252,7 @@ by extending them:
250252
.. toctree::
251253
:includehidden:
252254
:glob:
255+
:hidden:
253256
:maxdepth: 1
254257

255258
_api/airflow/hooks/index
@@ -314,6 +317,7 @@ exposes:
314317
.. toctree::
315318
:includehidden:
316319
:glob:
320+
:hidden:
317321
:maxdepth: 1
318322

319323
_api/airflow/exceptions/index
@@ -324,6 +328,7 @@ Public Utility classes
324328
.. toctree::
325329
:includehidden:
326330
:glob:
331+
:hidden:
327332
:maxdepth: 1
328333

329334
_api/airflow/utils/state/index
@@ -354,6 +359,7 @@ by extending them:
354359
.. toctree::
355360
:includehidden:
356361
:glob:
362+
:hidden:
357363
:maxdepth: 1
358364

359365
_api/airflow/triggers/index
@@ -372,6 +378,7 @@ by extending them:
372378

373379
.. toctree::
374380
:includehidden:
381+
:hidden:
375382
:maxdepth: 1
376383

377384
_api/airflow/timetables/index
@@ -441,6 +448,7 @@ All Secrets Backend implementations are public. You can extend their functionali
441448
.. toctree::
442449
:includehidden:
443450
:glob:
451+
:hidden:
444452
:maxdepth: 1
445453

446454
_api/airflow/secrets/index

0 commit comments

Comments
 (0)