Skip to content

Commit 9db76e2

Browse files
committed
minor #19579 Fix the toctree syntax of some content (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- Fix the toctree syntax of some content This tries to fix the missing Prev/Next link in the "Create your own framework" docs. See symfony-tools/docs-builder#164 (comment) Commits ------- f968ab2 Fix the toctree syntax of some content
2 parents 85ba363 + f968ab2 commit 9db76e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,7 @@ Create your Own Framework
8585

8686
Want to create your own framework based on Symfony?
8787

88-
.. include:: /create_framework/map.rst.inc
88+
.. toctree::
89+
:maxdepth: 2
90+
91+
create_framework/index

0 commit comments

Comments
 (0)