diff --git a/Documentation/Contribution/Index.rst b/Documentation/Contribution/Index.rst index ce9aa57bd..4eb9fb7eb 100644 --- a/Documentation/Contribution/Index.rst +++ b/Documentation/Contribution/Index.rst @@ -51,7 +51,7 @@ Build the frontend files ======================== When you change any of the SCSS files, the combined and minified versions -of the CSS have to be rebuild. +of the CSS have to be rebuilt. You can run them like this: @@ -62,7 +62,7 @@ You can run them like this: npm run build Then commit any changes to files in folder :file:`Resources/Public/Css`. If you -ommit any of these steps the pipeline of the automatic checks fails for +omit any of these steps the pipeline of the automatic checks fails for "build-frontend". diff --git a/Documentation/QuickStart/Index.rst b/Documentation/QuickStart/Index.rst index 02392cdea..5718ed2e0 100644 --- a/Documentation/QuickStart/Index.rst +++ b/Documentation/QuickStart/Index.rst @@ -33,34 +33,13 @@ elements that are not supported by these system extensions. Make sure you have a root page ============================== -Create a new page or edit an existing one and set this as *root page*. You can -find this option in the :ref:`Edit Page ` mode filed +Create a new page or edit an existing one and set this as *root page*. This is done by turning on the option +:guilabel:`Use as Root Page` in the :ref:`Edit Page ` under :guilabel:`Behavior > Miscellaneous`. -Create a new template on the root page -====================================== +Add the Bootstrap Package site set +================================== -General -------- - -* Template Title: You can name this as you like, for example "Bootstrap Package". -* Website Title: This will be your website title visible in the frontend. - -Options -------- - -* Clear constants and setup by checking the boxes. -* Clear the predefined TypoScript setup from the text box if any. -* Use this template as root-level template by checking the box. - -Includes --------- - -Include static (from extensions) - -* Bootstrap Package (required) - -Static Template Files from TYPO3 Extensions - -* Include before all static templates if root flag is set +When you create a root page, TYPO3 automatically creates a site configuration for it. +Edit the site and add the "Bootstrap Package: Full Package" set to include all features needed for a quick start.