From 7b3db4a0375128bc10a617f90384c360a43fda8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 17 Feb 2024 14:59:24 +0100 Subject: [PATCH 1/3] Use correction sectionauthor syntax --- .../en/cookbook/implementing-arrayaccess-for-domain-objects.rst | 2 +- .../cookbook/implementing-the-notify-changetracking-policy.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst b/docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst index 363d1ad8ba1..40ca4fbdfc5 100644 --- a/docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst +++ b/docs/en/cookbook/implementing-arrayaccess-for-domain-objects.rst @@ -1,7 +1,7 @@ Implementing ArrayAccess for Domain Objects =========================================== -.. sectionauthor:: Roman Borschel (roman@code-factory.org) +.. sectionauthor:: Roman Borschel This recipe will show you how to implement ArrayAccess for your domain objects in order to allow more uniform access, for example diff --git a/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst b/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst index 2415db1dc97..13ada8fb572 100644 --- a/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst +++ b/docs/en/cookbook/implementing-the-notify-changetracking-policy.rst @@ -1,7 +1,7 @@ Implementing the Notify ChangeTracking Policy ============================================= -.. sectionauthor:: Roman Borschel (roman@code-factory.org) +.. sectionauthor:: Roman Borschel The NOTIFY change-tracking policy is the most effective change-tracking policy provided by Doctrine but it requires some From fe0647053a7e87e25b571d1375ce947431eea0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 17 Feb 2024 15:06:46 +0100 Subject: [PATCH 2/3] Mark document as orphan It is here for backward compatibilty reasons. --- docs/en/reference/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/reference/installation.rst b/docs/en/reference/installation.rst index dab1364f777..2c0d5823009 100644 --- a/docs/en/reference/installation.rst +++ b/docs/en/reference/installation.rst @@ -1,3 +1,5 @@ +:orphan: + Installation ============ From dba9d72b2d370035ced6d634fc89814e90ddfa66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 17 Feb 2024 15:10:28 +0100 Subject: [PATCH 3/3] Add type field mapper documentation to the sidebar --- docs/en/sidebar.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/sidebar.rst b/docs/en/sidebar.rst index c87651c2fbe..f67304e8457 100644 --- a/docs/en/sidebar.rst +++ b/docs/en/sidebar.rst @@ -33,6 +33,7 @@ reference/inheritance-mapping reference/working-with-objects reference/working-with-associations + reference/typedfieldmapper reference/events reference/unitofwork reference/unitofwork-associations