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

Skip to content

Commit f07e338

Browse files
committed
fixing build
1 parent 224138e commit f07e338

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
@@ -114,10 +114,10 @@ option. Read more about this and other options in
114114

115115
If the dumped contents are complex, consider using the local search box to
116116
look for specific variables or values. First, click anywhere on the dumped
117-
contents and then press :kbd:`Ctrl. + F` or :kbd:`Cmd. + F` to make the local
117+
contents and then press ``Ctrl. + F`` or ``Cmd. + F`` to make the local
118118
search box appear. All the common shortcuts to navigate the search results
119-
are supported (:kbd:`Ctrl. + G` or :kbd:`Cmd. + G`, :kbd:`F3`, etc.) When
120-
finished, press :kbd:`Esc.` to hide the box again.
119+
are supported (``Ctrl. + G`` or ``Cmd. + G``, ``F3``, etc.) When
120+
finished, press ``Esc.`` to hide the box again.
121121

122122
Using the VarDumper Component in your PHPUnit Test Suite
123123
--------------------------------------------------------

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