diff --git a/Documentation/Files/youtube-video-tutorial.png b/Documentation/Files/youtube-video-tutorial.png new file mode 100644 index 0000000..bab453e Binary files /dev/null and b/Documentation/Files/youtube-video-tutorial.png differ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg new file mode 100644 index 0000000..e8e2ba9 --- /dev/null +++ b/Documentation/Settings.cfg @@ -0,0 +1,17 @@ +[general] + +project = TYPO3 Coding Standards Package +release = 0.5.x +version = 0.5 +copyright = MIT license +Description = A set of coding guidelines for any TYPO3-related project or extension + +[html_theme_options] + +github_branch = main +github_repository = +project_contact = https://github.com/TYPO3/coding-standards/issues +project_discussions = +project_home = https://github.com/TYPO3/coding-standards +project_issues = https://github.com/TYPO3/coding-standards/issues +project_repository = https://github.com/TYPO3/coding-standards diff --git a/README.md b/README.md index ca49c89..df629eb 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ However, there are some more rules that we think are good: * Ensure Concatenation to have at least one whitespace around * Remove trailing whitespace at the end of blank lines. +## Video Tutorial + +[![TYPO3-Tutorial - The TYPO3 Coding Standards Package](/Documentation/Files/youtube-video-tutorial.png)](https://youtu.be/P9fafF2IVpY) + ## Maintaining and Development of this package This package is not meant to be updated regularly, since talking about coding