Remove warnings from documentation rendering (#71)

Remove not used file.
Adjust installation to respect changed official docs.
This commit is contained in:
Daniel Siepmann 2022-09-13 10:01:15 +02:00 committed by GitHub
parent 7f6bd13628
commit bafac003fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 30 deletions

View file

@ -4,17 +4,8 @@
Installation
============
The extension can be installed via composer,
see `the package at packagist.org <https://packagist.org/packages/werkraummedia/thuecat>`_.
Further info is available at :ref:`t3install:install-extension-with-composer` from
TYPO3 installation guide.
The extension can be installed via file system.
Download the corresponding version `at GitHub <https://github.com/werkraum-media/thuecat/releases>`_.
Unpack into :file:`typo3conf/ext/`.
The extension needs to be activated via the "Extension Manager".
See :ref:`t3gettingstarted:extension-manager`.
The extension can be installed via composer, see :ref:`t3gettingstarted:extensions_management`.
The composer package can be found at `packagist.org <https://packagist.org/packages/werkraummedia/thuecat>`_.
Integrators can include and configure TypoScript once it is installed and enabled.
See :ref:`t3tsref:static-includes`.

View file

@ -1,16 +0,0 @@
.. include:: ../Includes.txt
.. _introduction:
==============
Introduction
==============
.. _what-it-does:
What does it do?
================
This TYPO3 extension is an example of best practices in continuous integration and automated code checks, also
writing unit and functional tests with PHPUnit in Extbase/Fluid-based extensions for TYPO3 CMS, and then running them
in a pipeline.

View file

@ -47,6 +47,6 @@ project_repository = https://github.com/werkraum-media/thuecat
# Example usage:
# :ref:`t3contribute:start` will link to start page of Contribution Guide
# .................................................................................
t3install = https://docs.typo3.org/m/typo3/guide-installation/master/en-us/
t3gettingstarted = https://docs.typo3.org/m/typo3/tutorial-getting-started/master/en-us/
t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/master/en-us/
t3install = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
t3gettingstarted = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
t3tsref = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/