Skip to content

Commit

Permalink
Merge pull request #942 from cakephp/3.x-docs
Browse files Browse the repository at this point in the history
3.x: adjust docs
  • Loading branch information
LordSimal committed Sep 17, 2023
2 parents 4dac39f + 4be841b commit a683d7d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation
Before trying to use or extend bake, make sure it is installed in your
application. Bake is provided as a plugin that you can install with Composer::

composer require --dev cakephp/bake:"^2.0"
composer require --dev cakephp/bake:"^3.0"

The above will install bake as a development dependency. This means that it will
not be installed when you do production deployments.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ template files used when baking. To create your own templates, see the

.. meta::
:title lang=en: Code Generation with Bake
:keywords lang=en: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql
:keywords lang=en: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,view,models,running,mysql
6 changes: 2 additions & 4 deletions docs/es/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Si tiene problemas para ejecutar el script, asegurese de:
lanzar ``bin/cake bake``.

Antes de comenzar la ejecución, asegúrese de disponer al menos de una conexión
a una base de datos configurada.
a una base de datos configurada.

Para comenzar con la ejecución del comando debe abrir la consola de windows
y ejecutar "Cake Bake"
Expand Down Expand Up @@ -53,8 +53,6 @@ El resultado debería ser algo similar a lo siguiente::
- migration_snapshot
- model
- plugin
- shell
- shell-helper
- template
- test

Expand Down Expand Up @@ -112,4 +110,4 @@ propios templates, ver :ref:`bake theme creation documentation

.. meta::
:title lang=es: Crear código con Bake
:keywords lang=es: interfaz de línea de comando, aplicación funcional, base de datos, configuración de base de datos, bash script, ingredientes básicos, proyecto, modelo, path, crear código, generación de código, scaffolding, usuarios windows, archivo de configuración, pocos minutos, configurar, iew, shell, modelos, running, mysql
:keywords lang=es: interfaz de línea de comando, aplicación funcional, base de datos, configuración de base de datos, bash script, ingredientes básicos, proyecto, modelo, path, crear código, generación de código, scaffolding, usuarios windows, archivo de configuración, pocos minutos, configurar, view, modelos, running, mysql
2 changes: 1 addition & 1 deletion docs/fr/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ theme bake <creating-a-bake-theme>`.

.. meta::
:title lang=fr: Génération de Code avec Bake
:keywords lang=fr: interface ligne de commande,application fonctionnelle,base de données,configuration base de données,bash script,ingredients basiques,project,model,path path,génération de code,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql
:keywords lang=fr: interface ligne de commande,application fonctionnelle,base de données,configuration base de données,bash script,ingredients basiques,project,model,path path,génération de code,scaffolding,windows users,configuration file,few minutes,config,view,models,running,mysql
4 changes: 1 addition & 3 deletions docs/ja/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ Windows システムの場合、 ``bin\cake bake`` を試してみてくださ
- migration_snapshot
- model
- plugin
- shell
- shell-helper
- template
- test

Expand Down Expand Up @@ -99,4 +97,4 @@ Bake テーマオプション

.. meta::
:title lang=ja: Code Generation with Bake
:keywords lang=ja: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql
:keywords lang=ja: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,view,models,running,mysql
4 changes: 1 addition & 3 deletions docs/pt/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ Para ver as opções disponíveis no Bake digite::
- bake model
- bake model all
- bake plugin
- bake shell
- bake shell_helper
- bake task
- bake template
- bake template all
Expand Down Expand Up @@ -104,7 +102,7 @@ disponíveis usando a opção ``--help``::
Omitting all arguments and options will list the table names you can
generate models for.



Temas para o Bake
=================
Expand Down
6 changes: 1 addition & 5 deletions docs/ru/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
- model
- plugin
- seed
- shell
- shell_helper
- task
- template
- test
Expand Down Expand Up @@ -94,8 +92,6 @@
and testing setup for a new plugin. Can create
plugins in any of your bootstrapped plugin paths.
seed Bake seed class.
shell Bake a shell class file.
shell_helper Bake a shell_helper class file.
task Bake a task class file.
template Bake views for a controller, using built-in or
custom templates.
Expand Down Expand Up @@ -128,4 +124,4 @@

.. meta::
:title lang=ru: Генерация кода с помощью Bake
:keywords lang=en: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql
:keywords lang=en: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,view,models,running,mysql

0 comments on commit a683d7d

Please sign in to comment.