Skip to content

Commit

Permalink
[TASK] Remove additional Fluid links (TYPO3-Documentation#1974)
Browse files Browse the repository at this point in the history
In the Introduction page, there was an additional section with
links to external sources. This is now mostly redundant, as
more information has been included in the Fluid chapter. For
example the page "Syntax" was included, so it is no longer
necessary to link to external source. Also, some of the links
are duplicates with the links already included on the page
"Using Fluid in TYPO3".

Related: TYPO3-Documentation/TYPO3CMS-Book-ExtbaseFluid#536
  • Loading branch information
sypets authored Jul 14, 2022
1 parent 4eb6213 commit 5ce5b00
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions Documentation/ApiOverview/Fluid/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,28 +278,3 @@ Set the Fluid paths with TypoScript using :ref:`t3tsref:cobj-fluidtemplate`
<p> some text </p>
</div>
</div>



Further information
===================

To get an introduction to the basics of Fluid:

* `The Fluid Syntax <https://github.com/TYPO3/Fluid/blob/main/doc/FLUID_SYNTAX.md>`__
* `ViewHelpers - what these classes do in the Fluid language <https://github.com/TYPO3/Fluid/blob/main/doc/FLUID_VIEWHELPERS.md>`__

You may want to follow one of these comprehensive
tutorials:

* :doc:`t3sitepackage:Index` which shows you how to create a theme for your site
using Fluid.
* :ref:`Create custom content elements <adding-your-own-content-elements>`
* :doc:`t3extbasebook:Index`
* Use Fluid to create emails using the :ref:`TYPO3 Mail API <mail-fluid-email>`

Once you have successfully completed your fist steps, these references might come
in handy:

* `24 TIPS & TRICKS FOR FLUID <https://usetypo3.com/24-fluid-tips.html>`__
* :doc:`Fluid Viewhelper Reference <t3viewhelper:Index>`

0 comments on commit 5ce5b00

Please sign in to comment.