mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
23 lines
546 B
ReStructuredText
23 lines
546 B
ReStructuredText
|
.. include:: /Includes.rst.txt
|
||
|
|
||
|
.. _documentation:
|
||
|
|
||
|
=======================
|
||
|
Documentation rendering
|
||
|
=======================
|
||
|
|
||
|
In order to render the documentation, this extension provides a Composer script
|
||
|
that you can run locally via
|
||
|
|
||
|
.. index:: Commands; composer docs:generate
|
||
|
.. code-block:: bash
|
||
|
|
||
|
composer docs:generate
|
||
|
|
||
|
You do not need to start or build the containers for this as this happens
|
||
|
automatically.
|
||
|
|
||
|
.. seealso::
|
||
|
|
||
|
For further details read the :doc:`TYPO3 Documentation Rendering Guide <h2document:RenderingDocs/Quickstart>`.
|