File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ Learn More
58
58
:maxdepth: 1
59
59
60
60
class_loader/class_loader
61
- class_loader/class_map_generator.rst
62
- class_loader/debug_class_loader.rst
63
- class_loader/map_class_loader.rst
64
- class_loader/psr4_class_loader.rst
61
+ class_loader/class_map_generator
62
+ class_loader/debug_class_loader
63
+ class_loader/map_class_loader
64
+ class_loader/psr4_class_loader
65
65
66
66
.. toctree ::
67
67
:hidden:
Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ option. Read more about this and other options in
119
119
120
120
If the dumped contents are complex, consider using the local search box to
121
121
look for specific variables or values. First, click anywhere on the dumped
122
- contents and then press :kbd: ` Ctrl. + F ` or :kbd: ` Cmd. + F ` to make the local
122
+ contents and then press `` Ctrl. + F `` or `` Cmd. + F ` ` to make the local
123
123
search box appear. All the common shortcuts to navigate the search results
124
- are supported (:kbd: ` Ctrl. + G ` or :kbd: ` Cmd. + G `, :kbd: ` F3 `, etc.) When
125
- finished, press :kbd: ` Esc. ` to hide the box again.
124
+ are supported (`` Ctrl. + G `` or `` Cmd. + G ``, `` F3 ` `, etc.) When
125
+ finished, press `` Esc. ` ` to hide the box again.
126
126
127
127
Using the VarDumper Component in your PHPUnit Test Suite
128
128
--------------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Getting Started
4
4
.. toctree ::
5
5
:maxdepth: 1
6
6
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
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ To do that, first install the WebLink component:
55
55
Now, update the template to use the ``preload() `` Twig function provided by
56
56
WebLink:
57
57
58
- .. code :: twig
58
+ .. code-block :: twig
59
59
60
60
<head>
61
61
{# ... #}
@@ -69,7 +69,7 @@ requested the HTML page.
69
69
Additionally, according to `the Priority Hints specification `_, you can signal
70
70
the priority of the resource to download using the ``importance `` attribute:
71
71
72
- .. code :: twig
72
+ .. code-block :: twig
73
73
74
74
<head>
75
75
{# ... #}
@@ -99,7 +99,7 @@ improve performance of your apps in production right now.
99
99
If you want to prevent the push but let the browser preload the resource by
100
100
issuing an early separate HTTP request, use the ``nopush `` option:
101
101
102
- .. code :: twig
102
+ .. code-block :: twig
103
103
104
104
<head>
105
105
{# ... #}
@@ -132,7 +132,7 @@ The component also supports sending HTTP links not related to performance and
132
132
any link implementing the `PSR-13 `_ standard. For instance, any
133
133
`link defined in the HTML specification `_:
134
134
135
- .. code :: twig
135
+ .. code-block :: twig
136
136
137
137
<head>
138
138
{# ... #}
You can’t perform that action at this time.
0 commit comments