Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed sidebar in docs #95

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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