Skip to content

Commit 9e6ca75

Browse files
authored
Merge pull request #257 from HOSTED-POWER/BjarneVO-KBrestructure
Corrected table formatting and directory structure
2 parents 305bc7f + 876f798 commit 9e6ca75

2 files changed

Lines changed: 12 additions & 23 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
label: Drupal
2-
order: 95
2+
order: 85
33
icon: apps
44
expanded: false

Technologies/CMS & Frameworks/Drupal/referenceguide.md

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,17 @@ how to manage permissions.
1515

1616
Your 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

Comments
 (0)