Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf36547f

Browse files
committed
fix yaml syntax
| Q | A| --------------- | ----| Doc fix? | yes| New docs? | no| Applies to | all
1 parent8d72a1f commitf36547f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎cookbook/bundles/installation.rst‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ of the bundle's configuration:
119119
120120
The output will look like this:
121121

122-
..code-block::text
122+
..code-block::yaml
123123
124124
assetic:
125-
debug: %kernel.debug%
125+
debug:'%kernel.debug%'
126126
use_controller:
127-
enabled: %kernel.debug%
127+
enabled:'%kernel.debug%'
128128
profiler:false
129-
read_from: %kernel.root_dir%/../web
130-
write_to: %assetic.read_from%
129+
read_from:'%kernel.root_dir%/../web'
130+
write_to:'%assetic.read_from%'
131131
java:/usr/bin/java
132132
node:/usr/local/bin/node
133133
node_paths:[]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp