1- .. include :: /Includes.rst.txt
2- .. index ::
3- ! Path
4- see: Directory structure; Path
5- .. _directory-structure :
1+ .. include :: /Includes.rst.txt
2+ .. index ::
3+ ! Path
4+ see: Directory structure; Path
5+ .. _directory-structure :
66
77===================
88Directory structure
@@ -26,26 +26,26 @@ installed versions of each package.
2626Directories in a typical project
2727================================
2828
29- .. contents ::
30- :local:
29+ .. contents ::
30+ :local:
3131
32- .. _directory-config :
32+ .. _directory-config :
3333
3434:file: `config/ `
3535---------------
3636
3737TYPO3 configuration directory. This directory
3838contains installation-wide configuration.
3939
40- .. _directory-config-sites :
40+ .. _directory-config-sites :
4141
4242:file: `config/sites/ `
4343~~~~~~~~~~~~~~~~~~~~~
4444
4545The folder :file: `config/sites/ ` contains subfolders, one for each site
4646in the installation. See chapter :ref: `site-folder `.
4747
48- .. _directory-config-system :
48+ .. _directory-config-system :
4949
5050:file: `config/system/ `
5151~~~~~~~~~~~~~~~~~~~~~~
@@ -73,7 +73,7 @@ This path can be retrieved from the Environment API, see
7373 * :file: `public/typo3conf/AdditionalConfiguration.php ` is now available
7474 in :file: `config/system/additional.php `
7575
76- .. _directory-packages :
76+ .. _directory-packages :
7777
7878:file: `packages/ `
7979-----------------
@@ -101,7 +101,7 @@ manualy:
101101 "...": "..."
102102 }
103103
104- .. _directory-public :
104+ .. _directory-public :
105105
106106:file: `public/ `
107107---------------
@@ -130,7 +130,7 @@ in the composer.json, for example to :file:`web`:
130130
131131 This directory contains the following subdirectories:
132132
133- .. _directory-public-assets :
133+ .. _directory-public-assets :
134134
135135:file: `public/_assets/ `
136136~~~~~~~~~~~~~~~~~~~~~~~
@@ -174,13 +174,13 @@ directory :file:`_assets/`.
174174
175175.. seealso ::
176176
177- - :ref: `<migrate-public-assets >`
178- - `TYPO3 and Composer — we've come a long way <https://b13.com/core-insights/typo3-and-composer-weve-come-a-long-way >`__
179- - `Composer changes for TYPO3 v11 and v12 <https://usetypo3.com/composer-changes-for-typo3-v11-and-v12.html >`__
180- - `Migration to typo3/composer-cms-installers version 4+ <https://brotkrueml.dev/migration-typo3-composer-cms-installers-version-4/ >`__
177+ * :ref: `<migrate-public-assets >`
178+ * `TYPO3 and Composer — we've come a long way <https://b13.com/core-insights/typo3-and-composer-weve-come-a-long-way >`__
179+ * `Composer changes for TYPO3 v11 and v12 <https://usetypo3.com/composer-changes-for-typo3-v11-and-v12.html >`__
180+ * `Migration to typo3/composer-cms-installers version 4+ <https://brotkrueml.dev/migration-typo3-composer-cms-installers-version-4/ >`__
181181
182182
183- .. _directory-public-fileadmin :
183+ .. _directory-public-fileadmin :
184184
185185:file: `public/fileadmin/ `
186186~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -206,7 +206,7 @@ another folder name than :file:`fileadmin/` can be in use.
206206 and ship these files within a project specific extension.
207207
208208
209- .. _directory-public-typo3 :
209+ .. _directory-public-typo3 :
210210
211211:file: `public/typo3/ `
212212~~~~~~~~~~~~~~~~~~~~~
@@ -218,7 +218,7 @@ file for accessing the install tool (:file:`public/typo3/install.php`).
218218 The TYPO3 backend entry point PHP file :file: `public/typo3/index.php ` has
219219 been removed. The backend can be accessed via the :ref: `backend-entry-point `.
220220
221- .. _directory-public-typo3temp :
221+ .. _directory-public-typo3temp :
222222
223223:file: `public/typo3temp/ `
224224~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -233,7 +233,7 @@ for temporary files of extensions and TYPO3 components.
233233 bad practice to remove the whole folder. Developers should selectively
234234 remove folders relevant to the changes made.
235235
236- .. _directory-public-typo3temp-assets :
236+ .. _directory-public-typo3temp-assets :
237237
238238:file: `public/typo3temp/assets/ `
239239""""""""""""""""""""""""""""""""
@@ -242,7 +242,7 @@ The directory :file:`typo3temp/assets/` contains temporary files that should be
242242public available. This includes generated images and compressed CSS and
243243JavaScript files.
244244
245- .. _directory-var :
245+ .. _directory-var :
246246
247247:file: `var/ `
248248------------
@@ -257,14 +257,14 @@ cache and logs files) and should not be publicly available.
257257 bad practice to remove the whole folder. Developers should selectively
258258 remove folders relevant to the changes made.
259259
260- .. _directory-var-cache :
260+ .. _directory-var-cache :
261261
262262:file: `var/cache/ `
263263~~~~~~~~~~~~~~~~~~
264264
265265This directory contains internal files needed for the cache.
266266
267- .. _directory-var-labels :
267+ .. _directory-var-labels :
268268
269269:file: `var/labels/ `
270270~~~~~~~~~~~~~~~~~~~
@@ -275,15 +275,15 @@ localizations. It contains all downloaded translation files.
275275This path can be retrieved from the Environment API, see
276276:ref: `Environment-labels-path `.
277277
278- .. _directory-var-log :
278+ .. _directory-var-log :
279279
280280:file: `var/log/ `
281281~~~~~~~~~~~~~~~~
282282
283283This directory contains log files like the
284284TYPO3 log, the deprecations log and logs generated by extensions.
285285
286- .. _directory-vendor :
286+ .. _directory-vendor :
287287
288288:file: `vendor/ `
289289---------------
0 commit comments