Skip to content

Commit

Permalink
[console] Fix chain file indentation. (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jul 14, 2017
1 parent 1b47334 commit 9865c35
Showing 1 changed file with 62 additions and 62 deletions.
124 changes: 62 additions & 62 deletions config/dist/chain/optional/update-gitbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,72 +9,72 @@ commands:
# bin: composer require drupal/features
- command: 'module:install'
arguments:
module:
- rest
- taxonomy
- locale
- migrate
- simpletest
- features
- breakpoint
- node
module:
- rest
- taxonomy
- locale
- migrate
- simpletest
- features
- breakpoint
- node
- command: settings:set
arguments:
name: language
value: en
- command: generate:doc:gitbook
options:
path: '%{{directory}}/en'
- command: settings:set
arguments:
name: language
value: es
- command: generate:doc:gitbook
options:
path: '%{{directory}}/es'
- command: settings:set
arguments:
name: language
value: hi
- command: generate:doc:gitbook
options:
path: '%{{directory}}/hi'
- command: settings:set
arguments:
name: language
value: hu
- command: generate:doc:gitbook
options:
path: '%{{directory}}/hu'
- command: settings:set
arguments:
name: language
value: pt_br
- command: generate:doc:gitbook
options:
path: '%{{directory}}/pt_br'
- command: settings:set
arguments:
name: language
value: ro
- command: generate:doc:gitbook
options:
path: '%{{directory}}/ro'
- command: settings:set
arguments:
name: language
value: vn
- command: generate:doc:gitbook
options:
path: '%{{directory}}/vn'
- command: settings:set
arguments:
name: language
value: zh_hans
- command: generate:doc:gitbook
options:
path: '%{{directory}}/zh_hans'
- command: settings:set
arguments:
name: language
value: en
- command: settings:set
arguments:
name: language
value: es
- command: generate:doc:gitbook
options:
path: '%{{directory}}/es'
- command: settings:set
arguments:
name: language
value: hi
- command: generate:doc:gitbook
options:
path: '%{{directory}}/hi'
- command: settings:set
arguments:
name: language
value: hu
- command: generate:doc:gitbook
options:
path: '%{{directory}}/hu'
- command: settings:set
arguments:
name: language
value: pt_br
- command: generate:doc:gitbook
options:
path: '%{{directory}}/pt_br'
- command: settings:set
arguments:
name: language
value: ro
- command: generate:doc:gitbook
options:
path: '%{{directory}}/ro'
- command: settings:set
arguments:
name: language
value: vn
- command: generate:doc:gitbook
options:
path: '%{{directory}}/vn'
- command: settings:set
arguments:
name: language
value: zh_hans
- command: generate:doc:gitbook
options:
path: '%{{directory}}/zh_hans'
- command: settings:set
arguments:
name: language
value: en

0 comments on commit 9865c35

Please sign in to comment.