Skip to content

Commit 47df7f8

Browse files
fix: apply whitespace fixes (#5920)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f95b7c5 commit 47df7f8

File tree

1 file changed

+11
-11
lines changed
  • Documentation/Administration/DirectoryStructure

1 file changed

+11
-11
lines changed

Documentation/Administration/DirectoryStructure/Index.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ for temporary files of extensions and TYPO3 components.
250250

251251
.. attention::
252252

253-
**Do not delete the entire** :path:`public/typo3temp/` **directory.**
253+
**Do not delete the entire** :path:`public/typo3temp/` **directory.**
254254

255255
Removing the entire directory may lead to problems during runtime or deployment.
256-
257-
Developers should only delete specific subfolders that are safe to remove
256+
257+
Developers should only delete specific subfolders that are safe to remove
258258
and can be regenerated automatically.
259-
260-
For proper handling and steps to safely regenerate required subdirectories,
259+
260+
For proper handling and steps to safely regenerate required subdirectories,
261261
see: :ref:`regeneration-temporary-folders` (section to be written)
262262

263263
.. _directory-public-typo3temp-assets:
@@ -279,14 +279,14 @@ cache and logs files) and should not be publicly available.
279279

280280
.. attention::
281281

282-
**Do not delete the entire** :path:`var/` **directory.**
282+
**Do not delete the entire** :path:`var/` **directory.**
283283

284284
Removing the entire directory may lead to problems during runtime or deployment.
285-
286-
Developers should only delete specific subfolders that are relevant to the
285+
286+
Developers should only delete specific subfolders that are relevant to the
287287
changes they have made and that can be safely regenerated.
288-
289-
For more information and instructions on safely handling this directory, see:
288+
289+
For more information and instructions on safely handling this directory, see:
290290
:ref:`regeneration-temporary-folders`.
291291

292292
.. _directory-var-cache:
@@ -346,7 +346,7 @@ Upon installation , Composer creates a symlink from packages to
346346
Regenerating temporary folders
347347
==============================
348348

349-
TYPO3 requires certain folders under :path:`var/` and :path:`public/typo3temp/`
349+
TYPO3 requires certain folders under :path:`var/` and :path:`public/typo3temp/`
350350
to exist. If they are missing, the system may not function correctly.
351351

352352
To safely restore these folders, use one of the following methods:

0 commit comments

Comments
 (0)