diff --git a/Documentation/CreatePages/Index.rst b/Documentation/CreatePages/Index.rst index e401a96d..7f22d8cf 100644 --- a/Documentation/CreatePages/Index.rst +++ b/Documentation/CreatePages/Index.rst @@ -54,6 +54,14 @@ The site configuration is stored in a file called :file:`config/sites/main/config.yaml`. You can edit this file in the backend module :guilabel:`Site Management > Sites`. +When the :guilabel:`Sites` module is loaded, a warning will be displayed, which will disappear when our package site is created during this tutorial. + +.. figure:: SiteSetDependencieWarning.png + :class: with-shadow + :alt: Screenshot of the backend module "Site" with a warning related to missing site set + +Once this package has been created, the screen will look like this: + .. figure:: SiteConfiguration.png :alt: Screenshot of the backend module "Site Management" diff --git a/Documentation/CreatePages/SiteSetDependencieWarning.png b/Documentation/CreatePages/SiteSetDependencieWarning.png new file mode 100644 index 00000000..ca6a6dc2 Binary files /dev/null and b/Documentation/CreatePages/SiteSetDependencieWarning.png differ