8
8
Rendering; Commands
9
9
.. _rendering-docs :
10
10
.. _rendering-docs-quickstart :
11
- .. _render-documenation-with-docker :
12
- .. _render-documentation-with-docker :
13
11
14
12
=========================================
15
13
Render documentation with the TYPO3 theme
16
14
=========================================
17
15
16
+ You can render documentation by executing the following command in the folder
17
+ that contains the :path: `Documentation ` folder:
18
+
19
+ .. include :: /_Includes/_LocalRendering.rst.txt
20
+
21
+ The official manuals commonly contain a make file. You
22
+ can use the short command:
23
+
24
+ .. code-block ::
25
+
26
+ make docs
27
+
18
28
.. contents ::
19
29
30
+ .. _render-documentation-with-docker :
31
+
20
32
Rendering the :file: `Documentation ` folder locally with Docker
21
33
==============================================================
22
34
@@ -134,6 +146,7 @@ you can create a bash alias like:
134
146
`5173 ` you need to adapt that command to use another free TCP port for you,
135
147
and adapt the port in the web-browser URL.
136
148
149
+ .. _publish-documentation :
137
150
138
151
Publishing extension documentation to docs.typo3.org
139
152
====================================================
@@ -148,6 +161,9 @@ The extension has to be publicly available on GitHub or GitLab. You have to
148
161
establish a :ref: `Webhook <webhook >` and the Documentation Team has to
149
162
:ref: `approve <approval-intercept >` your first rendering.
150
163
164
+
165
+ .. _test-documentation :
166
+
151
167
Introduce automatic testing for extension documentation
152
168
=======================================================
153
169
0 commit comments