8000 fixing build · symfony/symfony-docs@067a6e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 067a6e2

Browse files
committed
fixing build
1 parent 724d85c commit 067a6e2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ With this, :doc:`Symfony Flex </setup/flex>` will be able to automatically
250250
enable your bundle when it's installed.
251251

252252
If your bundle requires any setup (e.g. configuration, new files, changes to
253-
`.gitignore`, etc), then you should create a `Symfony Flex recipe`_.
253+
``.gitignore``, etc), then you should create a `Symfony Flex recipe`_.
254254

255255
Documentation
256256
-------------

components/var_dumper.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ option. Read more about this and other options in
224224

225225
If the dumped contents are complex, consider using the local search box to
226226
look for specific variables or values. First, click anywhere on the dumped
227-
contents and then press :kbd:`Ctrl. + F` or :kbd:`Cmd. + F` to make the local
227+
contents and then press ``Ctrl. + F`` or ``Cmd. + F`` to make the local
228228
search box appear. All the common shortcuts to navigate the search results
229-
are supported (:kbd:`Ctrl. + G` or :kbd:`Cmd. + G`, :kbd:`F3`, etc.) When
230-
finished, press :kbd:`Esc.` to hide the box again.
229+
are supported (``Ctrl. + G`` or ``Cmd. + G``, ``F3``, etc.) When
230+
finished, press ``Esc.`` to hide the box again.
231231

232232
Using the VarDumper Component in your PHPUnit Test Suite
233233
--------------------------------------------------------

getting_started/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Getting Started
44
.. toctree::
55
:maxdepth: 1
66

7-
../setup
8-
../page_creation
9-
../routing
10-
../controller
11-
../templating
12-
../configuration
7+
/setup
8+
/page_creation
9+
/routing
10+
/controller
11+
/templating
12+
/configuration

0 commit comments

Comments
 (0)
0