Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
enzolutions committed Jul 14, 2017
2 parents 0c734f6 + 528acbc commit f134dfb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 311 deletions.
34 changes: 17 additions & 17 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,16 +296,16 @@ public function getData()
'arguments' => $arguments,
'languages' => $languages,
'messages' => [
'title' => $this->trans('commands.generate.doc.gitbook.messages.title'),
'note' => $this->trans('commands.generate.doc.gitbook.messages.note'),
'note_description' => $this->trans('commands.generate.doc.gitbook.messages.note-description'),
'command' => $this->trans('commands.generate.doc.gitbook.messages.command'),
'options' => $this->trans('commands.generate.doc.gitbook.messages.options'),
'option' => $this->trans('commands.generate.doc.gitbook.messages.option'),
'details' => $this->trans('commands.generate.doc.gitbook.messages.details'),
'arguments' => $this->trans('commands.generate.doc.gitbook.messages.arguments'),
'argument' => $this->trans('commands.generate.doc.gitbook.messages.argument'),
'examples' => $this->trans('commands.generate.doc.gitbook.messages.examples')
'title' => $this->trans('application.gitbook.messages.title'),
'note' => $this->trans('application.gitbook.messages.note'),
'note_description' => $this->trans('application.gitbook.messages.note-description'),
'command' => $this->trans('application.gitbook.messages.command'),
'options' => $this->trans('application.gitbook.messages.options'),
'option' => $this->trans('application.gitbook.messages.option'),
'details' => $this->trans('application.gitbook.messages.details'),
'arguments' => $this->trans('application.gitbook.messages.arguments'),
'argument' => $this->trans('application.gitbook.messages.argument'),
'examples' => $this->trans('application.gitbook.messages.examples')
],
'examples' => []
];
Expand Down Expand Up @@ -373,13 +373,13 @@ private function commandData($commandName)
'key' => $commandKey,
'dashed' => str_replace(':', '-', $command->getName()),
'messages' => [
'usage' => $this->trans('commands.generate.doc.gitbook.messages.usage'),
'options' => $this->trans('commands.generate.doc.gitbook.messages.options'),
'option' => $this->trans('commands.generate.doc.gitbook.messages.option'),
'details' => $this->trans('commands.generate.doc.gitbook.messages.details'),
'arguments' => $this->trans('commands.generate.doc.gitbook.messages.arguments'),
'argument' => $this->trans('commands.generate.doc.gitbook.messages.argument'),
'examples' => $this->trans('commands.generate.doc.gitbook.messages.examples')
'usage' => $this->trans('application.gitbook.messages.usage'),
'options' => $this->trans('application.gitbook.messages.options'),
'option' => $this->trans('application.gitbook.messages.option'),
'details' => $this->trans('application.gitbook.messages.details'),
'arguments' => $this->trans('application.gitbook.messages.arguments'),
'argument' => $this->trans('application.gitbook.messages.argument'),
'examples' => $this->trans('application.gitbook.messages.examples')
],
];

Expand Down
56 changes: 0 additions & 56 deletions templates/dash/generate-doc.html.twig

This file was deleted.

153 changes: 0 additions & 153 deletions templates/dash/index.html.twig

This file was deleted.

14 changes: 0 additions & 14 deletions templates/gitbook/available-commands-list.md.twig

This file was deleted.

32 changes: 0 additions & 32 deletions templates/gitbook/available-commands.md.twig

This file was deleted.

39 changes: 0 additions & 39 deletions templates/gitbook/command.md.twig

This file was deleted.

0 comments on commit f134dfb

Please sign in to comment.