Where do you find official documentation about TYPO3 core APIs? (2)
You have to review the PHP files under typo3/sysext/core/
At docs.typo3.org (chapter “API Overview”)
At typo3.readthedocs.org (chapter “Core APIs”)
At github.com/typo3-documentation/
According to official conventions, where should the documentation of an extension be located? (1)
In the ext_documentation.pdf file, located in the root directory
In the sub-directory doc/
In the sub-directory Documentation/
In an arbitrary sub-directory. The location can be configured in file ext_emconf.php
In an arbitrary sub-directory. The location can be configured in file composer.json
What is required to make a TYPO3 extension documentation available at docs.typo3.org? (2)
The file composer.json in the root directory of the extension is mandatory
The file Settings.cfg in the directory Documentation/ of the extension is mandatory
The file Settings.yml in the directory Documentation/ of the extension is mandatory
The file Settings.cfg in the directory Configuration/Documentation/ of the extension is mandatory
A webhook needs to be created in the Git repository server to trigger the documentation rendering