You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some extension authors have just a single file README.md or README.rst which is rendered on GitHub. While this is ok, the extension cannot be found via search on docs.typo3.org.
Instead of forcing everyone to create a Documentation folder, I think we might provide better support for the single-file solutions, so that extension authors do not have to change anything but will add the webhook to get their documentation rendered on docs.typo3.org.
This might even get more people to embrace .rst and find out that it is not so complicated (though .md is supported as well).
To acchieve this, I think the following would be helpful
Create a default project title instead of "The Project's title" if the Settings.cfg is missing, e.g. use the package name
Some extension authors have just a single file README.md or README.rst which is rendered on GitHub. While this is ok, the extension cannot be found via search on docs.typo3.org.
Instead of forcing everyone to create a
Documentation
folder, I think we might provide better support for the single-file solutions, so that extension authors do not have to change anything but will add the webhook to get their documentation rendered on docs.typo3.org.This might even get more people to embrace .rst and find out that it is not so complicated (though .md is supported as well).
To acchieve this, I think the following would be helpful
Take for example typo3-encore and render this locally:
You can also look at my extension migrate2composer which also uses a single README (but has a Documentation/Settings.cfg) as well:
https://docs.typo3.org/p/sypets/migrate2composer/master/en-us/Index.html
The text was updated successfully, but these errors were encountered: