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