You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/platform/src/guides/drupal/multi-site.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ title: "Multiple Drupal sites in a single Project"
3
3
sidebarTitle: "Multi-site"
4
4
toc: false
5
5
description: |
6
-
{{% vendor/name %}} supports running [multiple applications](/learn/bestpractices/oneormany.md) in the same project, and these can be two or more Drupal sites.
6
+
Run multiple applications within the same project, including two or more Drupal sites.
7
7
weight: -80
8
8
---
9
9
10
-
{{% description %}}
10
+
{{% vendor/name %}} supports running [multiple applications](/learn/bestpractices/oneormany.md) in the same project, and these can be two or more Drupal sites.
11
11
12
12
But they would be separate Drupal instances: they have their assets separate and live their lives apart, and it would be much better for them not to share the same database (though they could).
0 commit comments