Skip to content

Commit 493782b

Browse files
committed
minor #91 Create a section for "Getting Started" so we can generate a book (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Create a section for "Getting Started" so we can generate a book I need this to test the generation of PDF books for the new contents Commits ------- 76389b2 Create a section for "Getting Started" so we can generate a book
2 parents bd7fab4 + 76389b2 commit 493782b

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

getting_started/index.rst

Lines changed: 12 additions & 0 deletions
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

Lines changed: 1 addition & 12 deletions
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)