Skip to content

Commit

Permalink
[BUGFIX] Fix references and syntax (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Mar 1, 2024
1 parent 72f2db7 commit b3dd134
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Documentation/AddingDocumentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ are required for the Changelog. It will **not** do a reST syntax check.
In order to make sure that your file contains no syntax errors and will
be rendered correctly, do one or more of the following:

* Check our :ref:`format-rest-cgl` and :ref:`rest-common-pitfalls`.
* Check out :ref:`h2document:format-rest-cgl`.
* Use an editor or IDE that properly supports reST and shows errors
* Render the Changelog locally with docker as explained in the next section

Expand Down
6 changes: 3 additions & 3 deletions Documentation/Appendix/SettingUpTypo3Ddev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ now:
ddev exec "cd Build && npm run build"
The first command is required once, the second (build) command is required after
every change of a resource file.
The first command is required once, the second (build) command is required after
every change of a resource file.

Be aware that until TYPO3 v11.5 yarn was used.
Be aware that until TYPO3 v11.5 yarn was used.

.. seealso::

Expand Down
6 changes: 3 additions & 3 deletions Documentation/Setup/SetupTypo3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ alternative. You only need to run one of these!
Build/Scripts/runTests.sh -s composerInstall
.. group-tab:: direct command
.. group-tab:: direct command

.. code-block:: bash
.. code-block:: bash
composer install
composer install

0 comments on commit b3dd134

Please sign in to comment.