Skip to content

Commit 9bb1666

Browse files
committed
[TASK] Prepare configuration for Fluid Standalone Doc
1 parent 56e0a95 commit 9bb1666

File tree

5 files changed

+97
-0
lines changed

5 files changed

+97
-0
lines changed

config/fluidStandalone/viewhelpers_fluid.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@
88
"sourcePrefix": "https://github.com/TYPO3/Fluid/blob/main/src/ViewHelpers/",
99
"editPrefix": "https://github.com/TYPO3/Fluid/edit/main/src/ViewHelpers/"
1010
}
11+
},
12+
"templates": {
13+
"root": "../../templates/fluidStandalone/Root.rst",
14+
"namespace": "../../templates/fluidStandalone/Namespace.rst",
15+
"group": "../../templates/fluidStandalone/Group.rst",
16+
"viewHelper": "../../templates/fluidStandalone/ViewHelper.rst"
1117
}
1218
}

templates/fluidStandalone/Group.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. This reStructured text file has been automatically generated, do not change.
2+
.. include:: /Includes.rst.txt
3+
4+
{headline -> d:decoration()}
5+
{headline}
6+
{headline -> d:decoration()}
7+
8+
{f:variable(name: 'typo3ViewHelpers', value: 't3viewhelper:Index')}
9+
.. note::
10+
This reference is part of the documentation of Fluid Standalone.
11+
If you are working with Fluid in TYPO3 CMS, please refer to
12+
:doc:`TYPO3's ViewHelper reference <{typo3ViewHelpers}>` instead.
13+
14+
15+
.. toctree::
16+
:titlesonly:
17+
:glob:
18+
19+
*/Index
20+
*
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. This reStructured text file has been automatically generated, do not change.
2+
.. include:: /Includes.rst.txt
3+
4+
{headline -> d:decoration()}
5+
{headline}
6+
{headline -> d:decoration()}
7+
8+
{f:variable(name: 'typo3ViewHelpers', value: 't3viewhelper:Index')}
9+
.. note::
10+
This reference is part of the documentation of Fluid Standalone.
11+
If you are working with Fluid in TYPO3 CMS, please refer to
12+
:doc:`TYPO3's ViewHelper reference <{typo3ViewHelpers}>` instead.
13+
14+
15+
.. toctree::
16+
:titlesonly:
17+
:glob:
18+
19+
*/Index
20+
*

templates/fluidStandalone/Root.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.. This reStructured text file has been automatically generated, do not change.
2+
.. include:: /Includes.rst.txt
3+
4+
.. _start:
5+
6+
==============================
7+
Fluid ViewHelper Documentation
8+
==============================
9+
10+
:Rendered: |today|
11+
12+
This is a complete reference of all available ViewHelper that are part of
13+
the standalone Fluid library.
14+
15+
This documentation is generated from PHP Source code of Fluid.
16+
17+
{f:variable(name: 'typo3ViewHelpers', value: 't3viewhelper:Index')}
18+
.. note::
19+
This reference is part of the documentation of Fluid Standalone.
20+
If you are working with Fluid in TYPO3 CMS, please refer to
21+
:doc:`TYPO3's ViewHelper reference <{typo3ViewHelpers}>` instead.
22+
23+
Content
24+
-------
25+
26+
.. toctree::
27+
:titlesonly:
28+
29+
<f:for each="{tocTree}" as="line"> {line}
30+
</f:for>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. This reStructured text file has been automatically generated, do not change.
2+
.. Source: {source}
3+
4+
:edit-on-github-link: {sourceEdit}
5+
:navigation-title: {viewHelperName}
6+
7+
.. include:: /Includes.rst.txt
8+
9+
.. _{headlineIdentifier}:
10+
11+
{headline -> f:format.raw() -> d:decoration()}
12+
<f:format.raw>{headline}</f:format.raw>
13+
{headline -> f:format.raw() -> d:decoration()}
14+
15+
.. note::
16+
This reference is part of the documentation of Fluid Standalone.
17+
If you are working with Fluid in TYPO3 CMS, please refer to
18+
:ref:`TYPO3's ViewHelper reference <t3viewhelper:{headlineIdentifier}>` instead.
19+
20+
.. typo3:viewhelper:: {viewHelperName}
21+
:source: {jsonFile}

0 commit comments

Comments
 (0)