Skip to content

Commit d304b5a

Browse files
marblegilbertsoft
andauthored
Add YouTube link to README.md and TYPO3 docs rendering configuration (#25)
* Add YouTube link to README.md * Update README, add Documentation * Align description to composer.json * Use official YouTube linke * Move video tutorial before development * Remove superfluous slashes * Fix image link according the gh docs Co-authored-by: Gilbertsoft <[email protected]>
1 parent d0a34e1 commit d304b5a

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
282 KB
Loading

Documentation/Settings.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[general]
2+
3+
project = TYPO3 Coding Standards Package
4+
release = 0.5.x
5+
version = 0.5
6+
copyright = MIT license
7+
Description = A set of coding guidelines for any TYPO3-related project or extension
8+
9+
[html_theme_options]
10+
11+
github_branch = main
12+
github_repository =
13+
project_contact = https://github.com/TYPO3/coding-standards/issues
14+
project_discussions =
15+
project_home = https://github.com/TYPO3/coding-standards
16+
project_issues = https://github.com/TYPO3/coding-standards/issues
17+
project_repository = https://github.com/TYPO3/coding-standards

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ However, there are some more rules that we think are good:
9999
* Ensure Concatenation to have at least one whitespace around
100100
* Remove trailing whitespace at the end of blank lines.
101101

102+
## Video Tutorial
103+
104+
[![TYPO3-Tutorial - The TYPO3 Coding Standards Package](/Documentation/Files/youtube-video-tutorial.png)](https://youtu.be/P9fafF2IVpY)
105+
102106
## Maintaining and Development of this package
103107

104108
This package is not meant to be updated regularly, since talking about coding

0 commit comments

Comments
 (0)