Skip to content

Commit 9865c35

Browse files
authored
[console] Fix chain file indentation. (#198)
1 parent 1b47334 commit 9865c35

File tree

1 file changed

+62
-62
lines changed

1 file changed

+62
-62
lines changed

config/dist/chain/optional/update-gitbook.yml

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -9,72 +9,72 @@ commands:
99
# bin: composer require drupal/features
1010
- command: 'module:install'
1111
arguments:
12-
module:
13-
- rest
14-
- taxonomy
15-
- locale
16-
- migrate
17-
- simpletest
18-
- features
19-
- breakpoint
20-
- node
12+
module:
13+
- rest
14+
- taxonomy
15+
- locale
16+
- migrate
17+
- simpletest
18+
- features
19+
- breakpoint
20+
- node
2121
- command: settings:set
2222
arguments:
2323
name: language
2424
value: en
2525
- command: generate:doc:gitbook
2626
options:
2727
path: '%{{directory}}/en'
28-
- command: settings:set
29-
arguments:
30-
name: language
31-
value: es
32-
- command: generate:doc:gitbook
33-
options:
34-
path: '%{{directory}}/es'
35-
- command: settings:set
36-
arguments:
37-
name: language
38-
value: hi
39-
- command: generate:doc:gitbook
40-
options:
41-
path: '%{{directory}}/hi'
42-
- command: settings:set
43-
arguments:
44-
name: language
45-
value: hu
46-
- command: generate:doc:gitbook
47-
options:
48-
path: '%{{directory}}/hu'
49-
- command: settings:set
50-
arguments:
51-
name: language
52-
value: pt_br
53-
- command: generate:doc:gitbook
54-
options:
55-
path: '%{{directory}}/pt_br'
56-
- command: settings:set
57-
arguments:
58-
name: language
59-
value: ro
60-
- command: generate:doc:gitbook
61-
options:
62-
path: '%{{directory}}/ro'
63-
- command: settings:set
64-
arguments:
65-
name: language
66-
value: vn
67-
- command: generate:doc:gitbook
68-
options:
69-
path: '%{{directory}}/vn'
70-
- command: settings:set
71-
arguments:
72-
name: language
73-
value: zh_hans
74-
- command: generate:doc:gitbook
75-
options:
76-
path: '%{{directory}}/zh_hans'
77-
- command: settings:set
78-
arguments:
79-
name: language
80-
value: en
28+
- command: settings:set
29+
arguments:
30+
name: language
31+
value: es
32+
- command: generate:doc:gitbook
33+
options:
34+
path: '%{{directory}}/es'
35+
- command: settings:set
36+
arguments:
37+
name: language
38+
value: hi
39+
- command: generate:doc:gitbook
40+
options:
41+
path: '%{{directory}}/hi'
42+
- command: settings:set
43+
arguments:
44+
name: language
45+
value: hu
46+
- command: generate:doc:gitbook
47+
options:
48+
path: '%{{directory}}/hu'
49+
- command: settings:set
50+
arguments:
51+
name: language
52+
value: pt_br
53+
- command: generate:doc:gitbook
54+
options:
55+
path: '%{{directory}}/pt_br'
56+
- command: settings:set
57+
arguments:
58+
name: language
59+
value: ro
60+
- command: generate:doc:gitbook
61+
options:
62+
path: '%{{directory}}/ro'
63+
- command: settings:set
64+
arguments:
65+
name: language
66+
value: vn
67+
- command: generate:doc:gitbook
68+
options:
69+
path: '%{{directory}}/vn'
70+
- command: settings:set
71+
arguments:
72+
name: language
73+
value: zh_hans
74+
- command: generate:doc:gitbook
75+
options:
76+
path: '%{{directory}}/zh_hans'
77+
- command: settings:set
78+
arguments:
79+
name: language
80+
value: en

0 commit comments

Comments
 (0)