88 Rendering; Commands
99.. _rendering-docs :
1010.. _rendering-docs-quickstart :
11- .. _render-documenation-with-docker :
12- .. _render-documentation-with-docker :
1311
1412=========================================
1513Render documentation with the TYPO3 theme
1614=========================================
1715
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+
1828 .. contents ::
1929
30+ .. _render-documentation-with-docker :
31+
2032Rendering the :file: `Documentation ` folder locally with Docker
2133==============================================================
2234
@@ -134,6 +146,7 @@ you can create a bash alias like:
134146 `5173 ` you need to adapt that command to use another free TCP port for you,
135147 and adapt the port in the web-browser URL.
136148
149+ .. _publish-documentation :
137150
138151Publishing extension documentation to docs.typo3.org
139152====================================================
@@ -148,6 +161,9 @@ The extension has to be publicly available on GitHub or GitLab. You have to
148161establish a :ref: `Webhook <webhook >` and the Documentation Team has to
149162:ref: `approve <approval-intercept >` your first rendering.
150163
164+
165+ .. _test-documentation :
166+
151167Introduce automatic testing for extension documentation
152168=======================================================
153169
0 commit comments