8000 fixing code block type and adding missing link · symfony/symfony-docs@06e2096 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06e2096

Browse files
authored
fixing code block type and adding missing link
1 parent 96a2fdc commit 06e2096

File tree

< 8000 div class="d-flex flex-items-center">

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

quick_tour/flex_recipes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ What did this recipe do? In addition to automatically enabling the feature in
7171
Twig: Rendering a Template
7272
--------------------------
7373

74-
Thanks to Flex, after one command, you can start using Twig immediately::
74+
Thanks to Flex, after one command, you can start using Twig immediately:
75+
76+
.. code-block:: diff
7577
7678
// src/Controller/DefaultController.php
7779
// ...
@@ -242,7 +244,7 @@ More Features, Architecture and Speed
242244
I hope you're as excited about Flex as I am! But we still have *one* more chapter,
243245
and it's the most important yet. I want to show you how Symfony empowers you to quickly
244246
build features *without* sacrificing code quality or performance. It's all about
245-
the service container, and it's Symfony's super power.
247+
the service container, and it's Symfony's super power. Read on: about :doc:`/quick_tour/the_architecture`.
246248

247249
.. _`https://symfony.sh`: https://symfony.sh
248250
.. _`Api Platform`: https://api-platform.com/

0 commit comments

Comments
 (0)
0