Skip to content

Commit 51d3f69

Browse files
committed
Some fixes
1 parent 9a7d88c commit 51d3f69

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

15/umbraco-cms/tutorials/multisite-setup.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This tutorial explains how to host multiple sites from one project or installati
1010
When using Baselines on Umbraco Cloud for a multisite solution, you don’t need to worry about [Usage](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/usage) limits. You may also see better performance compared to hosting multiple websites in one project.
1111
{% endhint %}
1212

13-
To create a multilingual site, see the [Multilanguage Setup](multilanguage-setup.md) tutorial.
13+
To create a multi-language site, see the [Creating a Multilingual Site](multilanguage-setup.md) tutorial.
1414

1515
## Structuring your website
1616

@@ -19,7 +19,7 @@ The best way to handle a multisite solution is to create multiple root nodes in
1919
All websites in the solution use the same schema. In most cases, content pages on website A use the same properties as on website B.
2020

2121
{% hint style="info" %}
22-
On Umbraco Cloud, hostnames must be mapped to the project. Before mapping hostnames to individual websites, add them to the Hostnames page in the Cloud portal. This ensures they are secure with TLS.
22+
On Umbraco Cloud, hostnames must be mapped to the project. Before mapping hostnames to individual websites, add them to the **Hostnames** page in the Cloud portal. This ensures they are secure with TLS.
2323
{% endhint %}
2424

2525
![Adding hostnames to the project](images/1-addinghostnames.png)
@@ -35,7 +35,7 @@ At this point, multiple root nodes exist, each acting as a separate website. To
3535
3. Select **Culture and Hostnames**.
3636

3737
![Culture and hostnames](images/culturehostnames-v14.png)
38-
4. Click **Add new Domain** in the **Domains** pane.
38+
4. Click **Add new Domain** in the **Domains** section.
3939
5. Enter the domain in the **Domain** field.
4040
6. Select the language from the **Language** drop-down list. For multilanguage setups, different hostnames can map to specific languages.
4141

@@ -46,7 +46,9 @@ At this point, multiple root nodes exist, each acting as a separate website. To
4646

4747
The sites are now available under the assigned domains.
4848

49-
![Dolphin Website](images/6-dolphins.png) ![Swato Website](images/7-swato.png)
49+
![Dolphin Website](images/6-dolphins.png)
50+
51+
![Swato Website](images/7-swato.png)
5052

5153
## Best practices
5254

@@ -56,4 +58,4 @@ This setup can be useful, but it also has drawbacks. Keep in mind that having mu
5658
* Could interfere with editors' workflows, especially if multiple people are working on both websites at once. This is because the solution still uses one shared database for both websites.
5759
* Limits options for developing new features and making schema changes.
5860

59-
On Umbraco Cloud, using [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines) is recommended. Baselines provide added benefits and greater stability compared to hosting multiple sites in one project.
61+
On Umbraco Cloud, it is recommended to use [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines). Baselines provide added benefits and greater stability compared to hosting multiple sites in one project.

16/umbraco-cms/tutorials/multisite-setup.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This tutorial explains how to host multiple sites from one project or installati
1010
When using Baselines on Umbraco Cloud for a multisite solution, you don’t need to worry about [Usage](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/usage) limits. You may also see better performance compared to hosting multiple websites in one project.
1111
{% endhint %}
1212

13-
To create a multilingual site, see the [Multilanguage Setup](multilanguage-setup.md) tutorial.
13+
To create a multi-language site, see the [Creating a Multilingual Site](multilanguage-setup.md) tutorial.
1414

1515
## Structuring your website
1616

@@ -19,7 +19,7 @@ The best way to handle a multisite solution is to create multiple root nodes in
1919
All websites in the solution use the same schema. In most cases, content pages on website A use the same properties as on website B.
2020

2121
{% hint style="info" %}
22-
On Umbraco Cloud, hostnames must be mapped to the project. Before mapping hostnames to individual websites, add them to the Hostnames page in the Cloud portal. This ensures they are secure with TLS.
22+
On Umbraco Cloud, hostnames must be mapped to the project. Before mapping hostnames to individual websites, add them to the **Hostnames** page in the Cloud portal. This ensures they are secure with TLS.
2323
{% endhint %}
2424

2525
![Adding hostnames to the project](images/1-addinghostnames.png)
@@ -35,7 +35,7 @@ At this point, multiple root nodes exist, each acting as a separate website. To
3535
3. Select **Culture and Hostnames**.
3636

3737
![Culture and hostnames](images/culturehostnames-v14.png)
38-
4. Click **Add new Domain** in the **Domains** pane.
38+
4. Click **Add new Domain** in the **Domains** section.
3939
5. Enter the domain in the **Domain** field.
4040
6. Select the language from the **Language** drop-down list. For multilanguage setups, different hostnames can map to specific languages.
4141

@@ -46,7 +46,9 @@ At this point, multiple root nodes exist, each acting as a separate website. To
4646

4747
The sites are now available under the assigned domains.
4848

49-
![Dolphin Website](images/6-dolphins.png) ![Swato Website](images/7-swato.png)
49+
![Dolphin Website](images/6-dolphins.png)
50+
51+
![Swato Website](images/7-swato.png)
5052

5153
## Best practices
5254

@@ -56,4 +58,4 @@ This setup can be useful, but it also has drawbacks. Keep in mind that having mu
5658
* Could interfere with editors' workflows, especially if multiple people are working on both websites at once. This is because the solution still uses one shared database for both websites.
5759
* Limits options for developing new features and making schema changes.
5860

59-
On Umbraco Cloud, using [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines) is recommended. Baselines provide added benefits and greater stability compared to hosting multiple sites in one project.
61+
On Umbraco Cloud, it is recommended to use [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines). Baselines provide added benefits and greater stability compared to hosting multiple sites in one project.

0 commit comments

Comments
 (0)