From e68c81228fcc851307cb74e735e9012760f78287 Mon Sep 17 00:00:00 2001 From: ADmad Date: Wed, 2 Oct 2024 23:46:18 +0530 Subject: [PATCH] Try fixing formatting in rst file --- docs/installation.rst | 4 ++-- docs/validation.rst | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 4abe6459..6095e5b2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -3,7 +3,7 @@ Installation The only officialy supported method of installing this plugin is via composer. -.. code:: +.. code-block:: shell composer require josegonzalez/cakephp-upload @@ -11,6 +11,6 @@ Enable plugin ------------- Use the shell command to enable the plugin. Execute the following line: -.. code:: shell +.. code-block:: shell bin/cake plugin load Josegonzalez/Upload diff --git a/docs/validation.rst b/docs/validation.rst index ab4ac32f..86a83bfc 100644 --- a/docs/validation.rst +++ b/docs/validation.rst @@ -16,7 +16,7 @@ At this point there are 3 validation providers: Since by default, no validation rules are loaded, you should start with that: -.. code:: php +.. code-block:: php