Pascal Bartl
Quiz by , created more than 1 year ago

TYPO3 CD 2020 (zweite Auflage) Quiz on 2.5 Documentation, created by Pascal Bartl on 26/03/2021.

1
0
0
Pascal Bartl
Created by Pascal Bartl over 3 years ago
Close

2.5 Documentation

Question 1 of 3

1

Where do you find official documentation about TYPO3 core APIs? (2)

Select one or more of the following:

  • 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/

Explanation

Question 2 of 3

1

According to official conventions, where should the documentation of an extension be located? (1)

Select one or more of the following:

  • 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

Explanation

Question 3 of 3

1

What is required to make a TYPO3 extension documentation available at docs.typo3.org? (2)

Select one or more of the following:

  • 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

Explanation