From f968ab2d8d38ff8fa414cb645ccc7c89145e7d90 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 20 Feb 2024 13:08:09 +0100 Subject: [PATCH] Fix the toctree syntax of some content --- index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 86893b84ac4..c566e5f8671 100644 --- a/index.rst +++ b/index.rst @@ -85,4 +85,7 @@ Create your Own Framework Want to create your own framework based on Symfony? -.. include:: /create_framework/map.rst.inc +.. toctree:: + :maxdepth: 2 + + create_framework/index