From 191f59a96e0ccb8f04afa7b130c7a3e82e287577 Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Tue, 31 Dec 2024 15:17:18 +0100 Subject: [PATCH] fixed broken docs rendering --- docs/en/index.rst | 11 ----------- docs/en/sidebar.rst | 17 +++++++++-------- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index eb5c2666..5ec2ad00 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -54,14 +54,3 @@ You can find more details about the features offered by DoctrineModule: this chapter explains how to use ObjectExists and NoObjectExists validator, that allow you to easily validate if a given entity exists or not. - - -.. toctree:: - :caption: Table of Contents - - authentication - caching - cli - form-element - paginator - validator diff --git a/docs/en/sidebar.rst b/docs/en/sidebar.rst index e699d71a..1ebd855f 100644 --- a/docs/en/sidebar.rst +++ b/docs/en/sidebar.rst @@ -1,11 +1,12 @@ :orphan: + .. toctree:: - :depth: 3 + :depth: 3 - index - authentication - caching - cli - form-element - paginator - validator + index + authentication + caching + cli + form-element + paginator + validator