Skip to content

Commit bd6b5df

Browse files
authored
[BUGFIX] Mention that site config is auto generated for root pages (#715)
Updates the "Site Management" page with an attention admonition informing about the automated generation of page configurations when you create a page in the root of the page tree. Also adds another section header about editing the site configuration in order to keep creating and editing the site configuration as separate steps.
1 parent 25e3eed commit bd6b5df

File tree

1 file changed

+13
-1
lines changed
  • Documentation/FirstProject/SiteManagement

1 file changed

+13
-1
lines changed

Documentation/FirstProject/SiteManagement/Index.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Site Management
1515
Create a new site configuration
1616
===============================
1717

18+
.. attention::
19+
You can skip this step if you have already :ref:`created the root page <t3start:create-root-page>`
20+
in the root of the page tree. This will automatically generate a site
21+
configuration named after your page. Click the name of the page in the
22+
list of site configurations to :ref:`edit the site configuration <t3start:edit-site-configuration>`.
23+
1824
Before creating a site configuration, you should have :ref:`created the root page <t3start:create-root-page>` of
1925
your site in the page tree.
2026

@@ -31,7 +37,13 @@ page to create a site configuration for it.
3137

3238
Create a new site configuration
3339

34-
In the next step, you can enter some basic information about the site.
40+
41+
.. _edit-site-configuration:
42+
43+
Edit the site configuration
44+
===========================
45+
46+
You can now enter some basic information about the site.
3547

3648
The site identifier can be arbitrary, so we use "example_site" here. The
3749
entry point should be a URL pointing to the web root. In this example, it is

0 commit comments

Comments
 (0)