Skip to content

Commit

Permalink
Add Quick Start to Introduction (#326)
Browse files Browse the repository at this point in the history
Recomending the Site Package Builder
  • Loading branch information
linawolf authored Dec 22, 2024
1 parent 6054fd9 commit 5fe3caa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ recommend these further readings:
* :ref:`Defining Content Types the Core way <core-content-types>`
* :ref:`History <cb_history>`

.. _introduction-quick-start:

Quick start
===========

If you use the `Site Package Builder <https://get.typo3.org/sitepackage/new/>`
with the "Site Package Tutorial" package the generated site package contains
two example Content Blocks. They are also explained in the
`Site Package Tutorial, chapter Custom Content Blocks <https://docs.typo3.org/permalink/t3sitepackage:content-blocks>`_.

.. _introduction-definition:

Definition
==========

Expand Down Expand Up @@ -58,6 +70,8 @@ easily copy-pasted into other projects.

* Learn more about the :ref:`Content Block definition <cb_definition>`

.. _introduction-config:

config.yaml
===========

Expand All @@ -76,6 +90,8 @@ able to modify Content Blocks without the need of a developer.
* Refer to the :ref:`YAML reference <yaml_reference>` for a complete overview.
* Learn more about :ref:`reusing fields <cb_reuse_existing_fields>`

.. _introduction-registration:

Registration
============

Expand Down Expand Up @@ -119,6 +135,8 @@ sub-folder.
* Kickstart a Content Block with the :ref:`make:content-block command <cb_skeleton>`
* Learn more about the :ref:`registration process <cb_installation>`

.. _introduction-terminology:

Terminology
===========

Expand Down

0 comments on commit 5fe3caa

Please sign in to comment.