@@ -15,28 +15,17 @@ how to manage permissions.
1515
1616Your Drupal installation resides in the following directories:
1717
18- -----------------------------------------------------------------------------------------
19- Path Purpose
20- ------------------------------------- ---------------------------------------------------
21- ` ~/public_html ` Drupal project root and document root. Run all CLI
22- commands here.
23-
24- ` ~/public_html/core ` Drupal core framework files.
25-
26- ` ~/public_html/modules ` Contributed and custom Drupal modules.
27-
28- ` ~/public_html/themes ` Installed Drupal themes.
29-
30- ` ~/public_html/profiles ` Installation profiles used when installing Drupal.
31-
32- ` ~/public_html/sites ` Site-specific configuration, files, and settings.
33-
34- ` ~/public_html/sites/default/files ` Public file uploads and generated assets.
35-
36- ` ~/public_html/vendor ` Composer-managed PHP dependencies.
37-
38- ` ~/nginx ` Custom Nginx configurations for your site.
39- -----------------------------------------------------------------------------------------
18+ | Path | Purpose |
19+ | ------| ---------|
20+ | ` ~/public_html ` | Drupal project root and document root. Run all CLI commands here. |
21+ | ` ~/public_html/core ` | Drupal core framework files. |
22+ | ` ~/public_html/modules ` | Contributed and custom Drupal modules. |
23+ | ` ~/public_html/themes ` | Installed Drupal themes. |
24+ | ` ~/public_html/profiles ` | Installation profiles used when installing Drupal. |
25+ | ` ~/public_html/sites ` | Site-specific configuration, files, and settings. |
26+ | ` ~/public_html/sites/default/files ` | Public file uploads and generated assets. |
27+ | ` ~/public_html/vendor ` | Composer-managed PHP dependencies. |
28+ | ` ~/nginx ` | Custom Nginx configurations for your site. |
4029
4130> Note: In multi-site configurations, additional directories may exist
4231> under ` ~/public_html/sites/ ` .
0 commit comments