Pascal Bartl
Quiz por , criado more than 1 year ago

TYPO3 CD 2020 (zweite Auflage) Quiz sobre 2.5 Documentation, criado por Pascal Bartl em 26-03-2021.

1
0
0
Pascal Bartl
Criado por Pascal Bartl mais de 3 anos atrás
Fechar

2.5 Documentation

Questão 1 de 3

1

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

Selecione uma ou mais das seguintes:

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

Explicação

Questão 2 de 3

1

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

Selecione uma ou mais das seguintes:

  • 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

Explicação

Questão 3 de 3

1

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

Selecione uma ou mais das seguintes:

  • 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

Explicação