From ee5b08789f9036db588e7cf25c722781fa834e9d Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 11 May 2024 17:42:57 +0900 Subject: [PATCH] docs: add empty lines --- user_guide_src/source/concepts/structure.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/concepts/structure.rst b/user_guide_src/source/concepts/structure.rst index 5c374a5482..9b00fc57e2 100644 --- a/user_guide_src/source/concepts/structure.rst +++ b/user_guide_src/source/concepts/structure.rst @@ -75,6 +75,7 @@ public The **public** folder holds the browser-accessible portion of your web application, preventing direct access to your source code. + It contains the main **.htaccess** file, **index.php**, and any application assets that you add, like CSS, javascript, or images. @@ -97,8 +98,9 @@ tests This directory is set up to hold your test files. The **_support** directory holds various mock classes and other utilities that you can use while writing -your tests. This directory does not need to be transferred to your production -servers. +your tests. + +This directory does not need to be transferred to your production servers. Modifying Directory Locations *****************************