Skip to content

Commit

Permalink
Add YouTube link to README.md and TYPO3 docs rendering configuration (#…
Browse files Browse the repository at this point in the history
…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 <25326036+gilbertsoft@users.noreply.github.com>
  • Loading branch information
marble and gilbertsoft authored Mar 10, 2022
1 parent d0a34e1 commit d304b5a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Binary file added Documentation/Files/youtube-video-tutorial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d304b5a

Please sign in to comment.