mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00
tea/Documentation/guides.xml
Chris Müller 9b4c0a8f50
[TASK] Switch the documentation to PHP-based rendering (#1190)
Command for rendering:

    ./Build/Scripts/runTests.sh -s docsGenerate

or just:

    composer docs:generate

The reference to the TYPO3 Documentation Rendering Guide was adjusted as the Quickstart page does not exist anymore.

Additionally, the genindex isn't supported anymore. It is planned to consider the `index` directive in the global search on docs.typo3.org.

Resolves: #1189
2024-05-07 12:18:26 +02:00

23 lines
943 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<guides
xmlns="https://www.phpdoc.org/guides" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.phpdoc.org/guides ../vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd"
links-are-relative="true"
>
<extension
class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
project-home="https://extensions.typo3.org/extension/tea"
project-contact="mailto:typo3-coding@oliverklee.de"
project-repository="https://github.com/FriendsOfTYPO3/tea"
project-issues="https://github.com/FriendsOfTYPO3/tea/issues"
edit-on-github-branch="main"
edit-on-github="FriendsOfTYPO3/tea"
typo3-core-preferred="stable"
/>
<project
title="TYPO3 EXT:tea"
release="3.1.0"
version="3.1"
copyright="since 2013 by the TYPO3 contributors"
/>
</guides>