File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ to create files and execute the following commands:
27
27
28
28
**Linux and macOS systems **:
29
29
30
- .. class :: command-linux
30
+ .. rst- class :: command-linux
31
31
.. code-block :: terminal
32
32
33
33
$ cd projects/
34
34
$ symfony new blog --version=3.4
35
35
36
36
**Windows systems **:
37
37
38
- .. class :: command-windows
38
+ .. rst- class :: command-windows
39
39
.. code-block :: terminal
40
40
41
41
> cd projects/
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ key in your application configuration.
25
25
Configuration
26
26
-------------
27
27
28
- .. class :: list-config-options
28
+ .. rst- class :: list-config-options
29
29
30
30
* `dump_destination `_
31
31
* `max_items `_
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ configured under the ``framework`` key in your application configuration.
27
27
Configuration
28
28
-------------
29
29
30
- .. class :: list-config-options list-config-options--complex
30
+ .. rst- class :: list-config-options list-config-options--complex
31
31
32
32
* `annotations `_
33
33
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ to :doc:`send emails </email>`. All these options are configured under the
25
25
Configuration
26
26
-------------
27
27
28
- .. class :: list-config-options list-config-options--complex
28
+ .. rst- class :: list-config-options list-config-options--complex
29
29
30
30
* `antiflood `_
31
31
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ the ``twig`` key in your application configuration.
25
25
Configuration
26
26
-------------
27
27
28
- .. class :: list-config-options list-config-options--complex
28
+ .. rst- class :: list-config-options list-config-options--complex
29
29
30
30
* `auto_reload `_
31
31
* `autoescape `_
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ execution and displays it in both the web debug toolbar and the
30
30
Configuration
31
31
-------------
32
32
33
- .. class :: list-config-options
33
+ .. rst- class :: list-config-options
34
34
35
35
* `excluded_ajax_paths `_
36
36
* `intercept_redirects `_
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ executable that needs to be installed on your system only once:
22
22
23
23
**Linux and macOS systems **:
24
24
25
- .. class :: command-linux
25
+ .. rst- class :: command-linux
26
26
.. code-block :: terminal
27
27
28
28
$ sudo mkdir -p /usr/local/bin
@@ -31,7 +31,7 @@ executable that needs to be installed on your system only once:
31
31
32
32
**Windows systems **:
33
33
34
- .. class :: command-windows
34
+ .. rst- class :: command-windows
35
35
.. code-block :: terminal
36
36
37
37
> php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"
@@ -43,7 +43,7 @@ executable that needs to be installed on your system only once:
43
43
environment variable and create a ``symfony.bat `` file to create the global
44
44
command or move it to any other directory convenient for you:
45
45
46
- .. class :: command-windows
46
+ .. rst- class :: command-windows
47
47
.. code-block :: terminal
48
48
49
49
# for example, if WAMP is used ...
You can’t perform that action at this time.
0 commit comments