Skip to content

Commit 5c5e3a0

Browse files
committed
making sure the getting started navigation is smooth
1 parent 4dc8a23 commit 5c5e3a0

File tree

6 files changed

+67
-7
lines changed

6 files changed

+67
-7
lines changed

configuration.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,29 @@ After you deploy, you'll use the ``prod`` environment.
371371
To learn more about *how* to execute and control each environment, see
372372
:doc:`/configuration/environments`.
373373

374+
Keep Going!
375+
-----------
376+
377+
Congratulations! You've tackled the basics in Symfony. Next, learn about *each*
378+
part of Symfony individually by following the guides. Check out:
379+
380+
* :doc:`/forms`
381+
* :doc:`/doctrine`
382+
* :doc:`/service_container`
383+
* :doc:`/security`
384+
* :doc:`/email`
385+
* :doc:`/logging`
386+
387+
And the many other topics.
388+
374389
Learn more
375390
----------
376391

392+
.. toctree::
393+
:hidden:
394+
395+
forms
396+
377397
.. toctree::
378398
:maxdepth: 1
379399
:glob:

controller.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,18 @@ In other chapters, you'll learn how to use specific services from inside your co
548548
that will help you persist and fetch objects from a database, process form submissions,
549549
handle caching and more.
550550

551-
Learn more
552-
----------
551+
Keep Going!
552+
-----------
553+
554+
Next, learn all about :doc:`rendering templates with Twig </templating>`.
555+
556+
Learn more about Controllers
557+
----------------------------
558+
559+
.. toctree::
560+
:hidden:
561+
562+
templating
553563

554564
.. toctree::
555565
:maxdepth: 1

page_creation.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,14 @@ the :doc:`form system </forms>`, using :doc:`Doctrine </doctrine>`
235235

236236
Have fun!
237237

238-
Related Topics
239-
--------------
238+
Go Deeper with HTTP & Framework Fundamentals
239+
--------------------------------------------
240+
241+
.. toctree::
242+
:hidden:
243+
244+
routing
245+
240246

241247
.. toctree::
242248
:maxdepth: 1

routing.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,18 @@ to specify beautiful URLs and keeps the functionality of your application
714714
decoupled from those URLs. Routing is a bidirectional mechanism, meaning that it
715715
should also be used to generate URLs.
716716

717-
Learn more
718-
----------
717+
Keep Going!
718+
-----------
719+
720+
Routing, check! Now, uncover the power of :doc:`controllers </controller>`.
721+
722+
Learn more about Routing
723+
------------------------
724+
725+
.. toctree::
726+
:hidden:
727+
728+
controller
719729

720730
.. toctree::
721731
:maxdepth: 1

setup.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,15 @@ With setup behind you, it's time to :doc:`Create your first page in Symfony </pa
264264
Go Deeper with Setup
265265
--------------------
266266

267+
.. toctree::
268+
:hidden:
269+
270+
page_creation
271+
267272
.. toctree::
268273
:maxdepth: 1
269274
:glob:
270275

271-
page_creation
272276
setup/homestead
273277
setup/new_project_git
274278
setup/built_in_web_server

templating.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,9 +952,19 @@ The templating system is just *one* of the many tools in Symfony. And its job is
952952
simple: allow us to render dynamic & complex HTML output so that this can ultimately
953953
be returned to the user, sent in an email or something else.
954954

955+
Keep Going!
956+
-----------
957+
958+
Before diving into the rest of Symfony, check out the :doc:`configuration system </configuration>`.
959+
955960
Learn more
956961
----------
957962

963+
.. toctree::
964+
:hidden:
965+
966+
configuration
967+
958968
.. toctree::
959969
:maxdepth: 1
960970
:glob:

0 commit comments

Comments
 (0)