If I execute the command (https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/Howto/WritingDocForExtension/Index.html#write-doc-extensions-intro-rendering)
manually for a new extension without any documentation in the folder Documentation, then it ends up in a unclear error message:
In ParseDirectoryHandler.php line 127:
Could not find an index file "", expected file names: index.rst, Index.rst
A recommendation should be given:
If you do not have any documentation in the Documentation folder, then you can generate a basic one from a template by executing the command as explained here:
https://docs.typo3.org/permalink/h2document:how-to-start-docs-extension
If I execute the command (https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/Howto/WritingDocForExtension/Index.html#write-doc-extensions-intro-rendering)
manually for a new extension without any documentation in the folder Documentation, then it ends up in a unclear error message:
In ParseDirectoryHandler.php line 127:
Could not find an index file "", expected file names: index.rst, Index.rst
A recommendation should be given:
If you do not have any documentation in the Documentation folder, then you can generate a basic one from a template by executing the command as explained here:
https://docs.typo3.org/permalink/h2document:how-to-start-docs-extension