Skip to content

Commit

Permalink
Merge pull request #95 from driehle/docs
Browse files Browse the repository at this point in the history
Fixed sidebar in docs
  • Loading branch information
driehle authored Jan 3, 2025
2 parents 99f65c9 + 88fd37c commit aff2fbe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
18 changes: 12 additions & 6 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ Next Steps
.. toctree::
:caption: Table of Contents

basic-usage
collections-strategy
by-value-by-reference
laminas-form
enum-strategy
performance-considerations
- :doc:`Basic Usage <basic-usage>`:
introduces the basic usage of Doctrine Laminas Hydrator.
- :doc:`Collections Strategy <collections-strategy>`:
explains using strategies for hydrating or extracting collections.
- :doc:`enum-strategy <enum-strategy>`:
this sections shows an example how PHP enums can be handled using strategies.
- :doc:`By Value or By Reference <by-value-by-reference>`:
shows the differences of by-value and by-reference extraction or hydration of data.
- :doc:`Laminas Form <laminas-form>`:
this section shows usage examples with the Laminas form library.
- :doc:`Performance Considerations <performance-considerations>`:
some remarks to consider for keeping your application performant.
18 changes: 10 additions & 8 deletions docs/en/sidebar.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
:orphan:

.. toctree::
:depth: 3
:caption: Doctrine Laminas Hydrator
:depth: 3

index
basic-usage
collections-strategy
by-value-by-reference
laminas-form
enum-strategy
performance-considerations
index
basic-usage
collections-strategy
enum-strategy
by-value-by-reference
laminas-form
performance-considerations

0 comments on commit aff2fbe

Please sign in to comment.