96 lines
2.9 KiB
ReStructuredText
96 lines
2.9 KiB
ReStructuredText
.. ---------------------------------------------------------------
|
|
This is the start file. It gets displayed as first page
|
|
https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/GeneralConventions/DirectoryFilenames.html#supported-filenames-and-formats
|
|
---------------------------------------------------------------
|
|
|
|
.. ---------------------------------------------------------------
|
|
More information about creating an extension manual:
|
|
https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingDocForExtension/CreateWithExtensionBuilder.html
|
|
---------------------------------------------------------------
|
|
|
|
.. ---------------------------------------------------------------
|
|
comments start with 2 dots and a blank
|
|
they can continue on the next line
|
|
---------------------------------------------------------------
|
|
|
|
.. ---------------------------------------------------------------
|
|
every .rst file should include Includes.txt
|
|
use correct path!
|
|
---------------------------------------------------------------
|
|
|
|
.. include:: Includes.txt
|
|
|
|
.. ---------------------------------------------------------------
|
|
Every manual should have a start label for cross-referencing to
|
|
start page. Do not remove this!
|
|
---------------------------------------------------------------
|
|
|
|
.. _start:
|
|
|
|
.. ---------------------------------------------------------------
|
|
This is the doctitle
|
|
---------------------------------------------------------------
|
|
|
|
=============================================================
|
|
Templates Aide
|
|
=============================================================
|
|
|
|
:Extension Key:
|
|
templates_aide
|
|
|
|
:Version:
|
|
|release|
|
|
|
|
:Language:
|
|
en
|
|
|
|
:Copyright:
|
|
2020
|
|
|
|
:Author:
|
|
Philipp Dieter
|
|
|
|
:Email:
|
|
philippdieter@attic-media.net
|
|
|
|
:License:
|
|
This extension documentation is published under the `CC BY-NC-SA 4.0 <https://creativecommons.org/licenses/by-nc-sa/4.0/>`__ (Creative Commons) license
|
|
|
|
**TYPO3**
|
|
|
|
The content of this document is related to TYPO3 CMS,
|
|
a GNU/GPL CMS/Framework available from `typo3.org
|
|
<https://typo3.org/>`_ .
|
|
|
|
**Community Documentation:**
|
|
|
|
This documentation is community documentation for the TYPO3 extension Templates Aide
|
|
|
|
It is maintained as part of this third party extension.
|
|
|
|
If you find an error or something is missing, please:
|
|
`Report a Problem <https://github.com/TYPO3-Documentation/TYPO3CMS-Example-ExtensionManual/issues/new>`__
|
|
|
|
**Sitemap:**
|
|
|
|
:ref:`sitemap`
|
|
|
|
.. ---------------------------------------------------------------
|
|
This generates the menu
|
|
https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingReST/MenuHierarchy.html
|
|
---------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
:hidden:
|
|
|
|
Introduction/Index
|
|
User/Index
|
|
Installation/Index
|
|
Configuration/Index
|
|
Developer/Index
|
|
KnownProblems/Index
|
|
ToDoList/Index
|
|
ChangeLog/Index
|
|
Sitemap
|