Skip to content

Commit

Permalink
Use captions over custom directives
Browse files Browse the repository at this point in the history
Now that we use phpDocumentor/guides and
doctrine/orm#11576 is merged, we can try
using captions instead of custom directives.
  • Loading branch information
greg0ire committed Oct 2, 2024
1 parent eafdb75 commit 32c0367
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions docs/en/sidebar.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
.. toc::
.. toctree::
:caption: How-to guides
:depth: 3

.. tocheader:: How-to guides
how-to/loading-fixtures
how-to/sharing-objects-between-fixtures
how-to/fixture-ordering

.. toctree::
:depth: 3
.. toctree::
:caption: Explanations
:depth: 3

how-to/loading-fixtures
how-to/sharing-objects-between-fixtures
how-to/fixture-ordering

.. toc::

.. tocheader:: Explanations

.. toctree::
:depth: 3

explanation/transactions-and-purging
explanation/transactions-and-purging

0 comments on commit 32c0367

Please sign in to comment.