Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Introduce cards on startpage #4947

Merged
merged 4 commits into from
Oct 30, 2024
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
10 changes: 6 additions & 4 deletions Documentation/ApiOverview/Index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. include:: /Includes.rst.txt

.. _api:

=======
API A-Z
=======
Expand All @@ -15,8 +17,8 @@ This chapter describes the most important elements of the API.

**Contents:**

.. toctree::
:titlesonly:
:glob:
.. toctree::
:titlesonly:
:glob:

*/Index
*/Index
14 changes: 7 additions & 7 deletions Documentation/Configuration/TypoScript/Index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. include:: /Includes.rst.txt
.. index:: TypoScript; Syntax
.. _typoscript-syntax-start:
.. _typoscript-syntax-next-steps:
.. _typoscript-syntax-about:
.. _typoscript-syntax-syntax:

.. include:: /Includes.rst.txt
.. index:: TypoScript; Syntax
.. _typoscript-syntax-start:
.. _typoscript-syntax-next-steps:
.. _typoscript-syntax-about:
.. _typoscript-syntax-syntax:
.. _typoscript:

==========
TypoScript
Expand Down
71 changes: 42 additions & 29 deletions Documentation/Index.rst
Original file line number Diff line number Diff line change
@@ -1,57 +1,70 @@
.. include:: /Includes.rst.txt
.. include:: /Includes.rst.txt

.. _start:
.. _api-overview:
.. _start:
.. _api-overview:

===============
TYPO3 Explained
===============

:Version:
|release|
.. card-grid::
:columns: 1
:columns-md: 2
:gap: 4
:class: pb-4
:card-height: 100

:Language:
en
.. card:: :ref:`API A-Z <api>`

:Author:
TYPO3 contributors
This chapter describes the core functionality of TYPO3 including API and framework configuration.

:License:
This document is published under the
`Open Publication License <https://www.opencontent.org/openpub/>`__.
.. card:: :ref:`Administrations <administration>`

:Rendered:
|today|
Including :ref:`Installations <installation>`, :ref:`Upgrades and updates <upgrading>`,
:ref:`Troubleshooting for administrators <troubleshooting-index>`, and
:ref:`Backend User Management <user-management>`

----
.. card:: :ref:`Configuration <configuration>`

This official TYPO3 documentation is *the* main document about the enterprise content
management system TYPO3.
Including :ref:`typo3ConfVars`, :ref:`typoscript`, the :ref:`config-module`,
and :ref:`feature-toggles`

----
.. card:: :ref:`Coding guidelines <cgl>`

**Table of Contents:**
This chapter contains a description of the formal requirements or standards
regarding coding that you should adhere to when you develop TYPO3
extensions or Core parts.

.. toctree::
:maxdepth: 1
.. card:: :ref:`Extension development <extension-development>`

Introduction/Index
Learn how to write site packages and other custom extension with or
without Extbase.

.. card:: :ref:`Security guidelines <security>`

This chapter describes some typical risks and advises how to protect a
TYPO3 site in order to ensure it is and stays secure and stable.

.. card:: :ref:`Automated testing <testing>`

This chapter goes into details about automatic testing: Writing,
maintaining and running them in various scopes.

.. toctree::
:maxdepth: 1
:hidden:

Introduction/Index
ApiOverview/Index
Administration/Index
CodingGuidelines/Index
Configuration/Index
CodingGuidelines/Index
ExtensionArchitecture/Index
Security/Index
Testing/Index

.. Meta Menu

.. toctree::
:hidden:
.. toctree::
:hidden:

About
Sitemap
About
Sitemap
Loading