From 88fd37ccce54626730277ee0d0e3f16e5dc4d06a Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Fri, 3 Jan 2025 17:51:42 +0100 Subject: [PATCH] fixed sidebar in docs --- docs/en/index.rst | 18 ++++++++++++------ docs/en/sidebar.rst | 18 ++++++++++-------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index f8b1e90..f4b044c 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -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 `: + introduces the basic usage of Doctrine Laminas Hydrator. +- :doc:`Collections Strategy `: + explains using strategies for hydrating or extracting collections. +- :doc:`enum-strategy `: + this sections shows an example how PHP enums can be handled using strategies. +- :doc:`By Value or By Reference `: + shows the differences of by-value and by-reference extraction or hydration of data. +- :doc:`Laminas Form `: + this section shows usage examples with the Laminas form library. +- :doc:`Performance Considerations `: + some remarks to consider for keeping your application performant. diff --git a/docs/en/sidebar.rst b/docs/en/sidebar.rst index 014b9d8..54b309e 100644 --- a/docs/en/sidebar.rst +++ b/docs/en/sidebar.rst @@ -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