Skip to content

Commit 355d382

Browse files
committed
[DOCS] Add links to rendered docs
1 parent df9c2cc commit 355d382

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Fluid Rendering Engine
77
======================
88

99
Fluid is a PHP template engine and is the de facto standard for any HTML-based
10-
output in the TYPO3 CMS. However, it is not dependent on TYPO3 and can be used
11-
in any PHP project.
10+
output in the TYPO3 CMS ecosystem. However, it is not dependent on TYPO3 and can
11+
be used in any PHP project.
1212

13-
General documentation of Fluid can be found in the Documentation/ folder.
13+
General documentation of Fluid can be found in the Documentation/ folder, see
14+
below link for a rendered version.
1415

1516
:Repository: https://github.com/TYPO3/Fluid
17+
:Read online: https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/
1618
:Packagist: https://packagist.org/packages/typo3fluid/fluid

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "The TYPO3 Fluid template rendering engine",
44
"homepage": "https://github.com/TYPO3/Fluid",
55
"support": {
6+
"docs": "https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/",
67
"issues": "https://github.com/TYPO3/Fluid/issues",
78
"source": "https://github.com/TYPO3/Fluid"
89
},

0 commit comments

Comments
 (0)