Skip to content

Commit 1dbe5d3

Browse files
Work with sites page updated (#300)
1 parent dc1eb62 commit 1dbe5d3

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed
68.2 KB
Loading
5.25 KB
Loading

docs/website_organization/work_with_sites.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ edition: experience
77

88
If multisite support is enabled for your instance of [[= product_name =]], you can
99
use Site Factory to create and manage multiple websites from one place.
10-
These websites can, for example, be in different languages, or customised for
10+
These websites can, for example, be in different languages, or customized for
1111
different audiences, and still be kept in the Repository of your installation.
1212
To be able to use it, the Site Factory has to be enabled and configured by the administrator.
13-
For more information see developer documentation on [Site Factory]([[= developer_doc =]]/multisite/site_factory/site_factory).
13+
For more information, see developer documentation on [Site Factory]([[= developer_doc =]]/multisite/site_factory/site_factory).
1414

1515
## Create a website
1616

17-
To access Site Factory, in the leftmost pane, click the **Site management* icon and then **List**.
17+
To access Site Factory, in the left panel, click the **Site Management** icon and then **Sites**.
1818
If Site Factory is enabled, and you have sufficient permissions, you should see
1919
the **Create** button. Click it to access the **Creating New Site** modal.
2020

2121
![Site Factory icon](img/site_factory_icon.png)
2222

2323
Here, you can create an entirely new website or a different language version of
2424
an already existing website.
25-
First, you select a name, a predefined design, and a Parent Location for your website.
25+
First, select a name, a predefined design, and a Parent Location for your website.
2626

27-
![Create a new website step one](img/site_factory_new_site_step_1.png)
27+
![Create a new website - step one](img/site_factory_new_site_step_1.png)
2828

2929
If the design defines a Site skeleton, you can choose if you want to copy the entire content structure of the design with a toggle.
3030
To preview the Site skeleton architecture, click **Site management**, and then **Site skeletons**.
@@ -39,9 +39,9 @@ In this section you also define the SiteAccess URL addresses with their main lan
3939

4040
For more information about SiteAccesses, see [Multisite]([[= developer_doc =]]/multisite/multisite/).
4141

42-
![Create a new website step two](img/site_factory_new_site_step_2.png)
42+
![Create a new website - step two](img/site_factory_new_site_step_2.png)
4343

44-
If all required fields are filled out you can select **Create**, and the website is be added to the website list in the **Site management** area.
44+
If all required fields are filled out, click **Save and close** to create new website and add it to the website list in the **Site management** area.
4545

4646
!!! note
4747

@@ -50,9 +50,14 @@ If all required fields are filled out you can select **Create**, and the website
5050
For example, if you create a website that uses the `fr` path in Site Factory, and the administrator
5151
defines a French website manually in configuration files, your website is ignored by the system.
5252

53+
You can see all the details of created website.
54+
To do it, go to **Site management** -> **Sites** and click the three dots icon next to the website name. Then, select **Site details**.
55+
56+
![Site details](img/site_details.png)
57+
5358
## Edit an existing website
5459

55-
To edit the website select **Site settings** icon that is situated next to the website name.
60+
To edit the website, click the three dots icon that is situated next to the website name, and select **Site settings**.
5661
Here, you can edit all the elements you selected during creation of the website:
5762

5863
- name

0 commit comments

Comments
 (0)