Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/Contribution/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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".


Expand Down
33 changes: 6 additions & 27 deletions Documentation/QuickStart/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <t3editors:pages-properties>` 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 <t3editors:pages-properties>`
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.
Loading