mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:16:12 +02:00
tea/Documentation/Documentation.rst
Chris Müller 9b4c0a8f50
[TASK] Switch the documentation to PHP-based rendering (#1190)
Command for rendering:

    ./Build/Scripts/runTests.sh -s docsGenerate

or just:

    composer docs:generate

The reference to the TYPO3 Documentation Rendering Guide was adjusted as the Quickstart page does not exist anymore.

Additionally, the genindex isn't supported anymore. It is planned to consider the `index` directive in the global search on docs.typo3.org.

Resolves: #1189
2024-05-07 12:18:26 +02:00

548 B

Documentation rendering

In order to render the documentation, this extension provides a Composer script that you can run locally via

Commands; composer docs:generate

composer docs:generate

You do not need to start or build the containers for this as this happens automatically.

For further details read the TYPO3 Documentation Rendering Guide <h2document:docs-contribute-git-docker>.