.. include:: /Includes.rst.txt .. _GettingStarted: =============== Getting Started =============== This section takes a project from an empty installation to a working Grid Element rendered in the frontend. .. list-table:: :header-rows: 0 :widths: 30 70 * - :ref:`Installation` - Get the extension into a project, activate it, and put the minimum configuration in place. * - :ref:`QuickStart` - Define a small grid structure, create it in the Page Module, fill it with content and see it render. Both pages assume a working TYPO3 installation and a project comfortable editing TSconfig and TypoScript. Neither one is a reference manual. Once the first Grid Element is up and running, :ref:`GridDefinitions` documents the full grid structure syntax, :ref:`EditorGuide` covers day-to-day authoring, and :ref:`Rendering` covers the frontend output in depth. .. toctree:: :maxdepth: 1 :titlesonly: :hidden: Installation/Index QuickStart/Index