Skip to content

Commit

Permalink
Improve Configure TYPO3 section (#134)
Browse files Browse the repository at this point in the history
This commit features changes to the Configure TYPO3 section. The intent of this commit is to improve overall readability and also feature content that is relevant to new users.
  • Loading branch information
tomwarwick committed Oct 4, 2020
1 parent 85cc427 commit b6e7d88
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions Documentation/Index.rst
Expand Up @@ -109,22 +109,17 @@ all relevant changes for each TYPO3 version since 7.

.. _start-configuration:

Configure TYPO3
===============

One of the major features of TYPO3 is its configurability. The :ref:`t3coreapi:config-overview`
in "TYPO3 Explained" gives you an overview of various configuration languages.

Specifically, you might want to
Configure your TYPO3 installation
=================================

* Set up the :ref:`site configuration <sitehandling-basics>` in the backend to configure
the domain, languages, URLs and error pages.
* Configure :ref:`rte_ckeditor <ckeditor:configuration>`
to enhance the editing experience when handling rich text editing.
* :ref:`Configure the form system extension <form:quickstartIntegrators>` to create
custom forms for the frontend.
* :ref:`Configure backend users <t3start:user-management>`
TYPO3 is well known for being extensive and easy to configure. The :ref:`t3coreapi:config-overview`
in :ref:`TYPO3 Explained <t3coreapi:start>` gives you an overview of the various configuration options available to you.

* :ref:`Site Handling and Configuration <sitehandling-basics>` shows you how to setup domains, languages, human-readable URLs and error pages.
* :ref:`Backend User Management <t3start:user-management>` explains how you setup backend users and grant them specific access to your installation of TYPO3.
* The :ref:`Form system extension <form:quickstartIntegrators>` is a powerful tool that gives backend users the ability to create web forms.
* :ref:`TypoScript in 45 Minutes <t3ts45:start>` introduces you to TypoScript, TYPO3's very own configuration language.
TypoScript is used to configure the rendering of web pages, navigation menus, page content and much more.

.. _start-localization:

Expand Down

0 comments on commit b6e7d88

Please sign in to comment.