forked from TYPO3-Documentation/render-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguides.xml
18 lines (18 loc) · 1014 Bytes
/
guides.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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"
theme="typo3docs"
>
<extension class="\phpDocumentor\Guides\Bootstrap\DependencyInjection\BootstrapExtension"/>
<extension class="\phpDocumentor\Guides\Graphs\DependencyInjection\GraphsExtension"/>
<extension class="\phpDocumentor\Guides\Markdown\DependencyInjection\MarkdownExtension"/>
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"/>
<extension class="\T3Docs\GuidesExtension\DependencyInjection\Typo3GuidesExtension"/>
<extension class="\T3Docs\GuidesPhpDomain\DependencyInjection\GuidesPhpDomainExtension"/>
<output-format>html</output-format>
<output-format>singlepage</output-format>
<output-format>interlink</output-format>
</guides>