Skip to content

Commit 76389b2

Browse files
committed
Create a section for "Getting Started" so we can generate a book
1 parent bd7fab4 commit 76389b2

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

getting_started/index.rst

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Getting Started
2+
---------------
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
7+
setup
8+
page_creation
9+
routing
10+
controller
11+
templating
12+
configuration

index.rst

+1-12
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,7 @@ Get started fast with the Symfony :doc:`Quick Tour <quick_tour/index>`:
2323
* :doc:`quick_tour/the_controller`
2424
* :doc:`quick_tour/the_architecture`
2525

26-
Getting Started
27-
---------------
28-
29-
.. toctree::
30-
:maxdepth: 1
31-
32-
setup
33-
page_creation
34-
routing
35-
controller
36-
templating
37-
configuration
26+
.. include:: /getting_started/index
3827

3928
Topics
4029
------

0 commit comments

Comments
 (0)