From 92a9f3be9a4928db98f3addb455cec22617baca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Mon, 10 Nov 2025 22:25:58 +0100 Subject: [PATCH] Fix documentation sidebar (#2901) The links need to be added explicitly, the /* notation does not work anymore. I think the issue was introduced by #2849 https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/cookbook/queryable-encryption.html --- docs/en/sidebar.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/en/sidebar.rst b/docs/en/sidebar.rst index 408082921..5f6518991 100644 --- a/docs/en/sidebar.rst +++ b/docs/en/sidebar.rst @@ -5,7 +5,7 @@ :depth: 3 :glob: - tutorials/* + tutorials/getting-started .. toctree:: :caption: Reference @@ -53,4 +53,14 @@ :depth: 3 :glob: - cookbook/* + cookbook/blending-orm-and-mongodb-odm + cookbook/implementing-array-access-for-domain-objects + cookbook/implementing-the-notify-changetracking-policy + cookbook/lookup-reference + cookbook/mapping-classes-to-orm-and-odm + cookbook/queryable-encryption + cookbook/resolve-target-document-listener + cookbook/simple-search-engine + cookbook/time-series-data + cookbook/validation-of-documents + cookbook/vector-search