-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.xml
26 lines (26 loc) · 1.5 KB
/
template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<template>
<name>phpdoc-backstage-markdown-theme</name>
<author>Zeshan Ziya</author>
<email>zeshan.ziya@axelerant.com</email>
<version>1.0.0</version>
<transformations>
<transformation writer="twig" source="index.md.twig" artifact="index.md"/>
<transformation writer="twig" query="files" source="file.md.twig" />
<transformation writer="twig" query="indexes.namespaces" source="namespace.md.twig" />
<transformation writer="twig" query="indexes.packages" source="package.md.twig"/>
<transformation writer="twig" query="indexes.classes" source="class.md.twig"/>
<transformation writer="twig" query="indexes.enums" source="enum.md.twig" />
<transformation writer="twig" query="indexes.interfaces" source="interface.md.twig" />
<transformation writer="twig" query="indexes.traits" source="trait.md.twig" />
<transformation writer="twig" source="reports/errors.md.twig" artifact="reports/errors.md" />
<transformation writer="twig" source="reports/deprecated.md.twig" artifact="reports/deprecated.md" />
<transformation writer="twig" source="reports/markers.md.twig" artifact="reports/markers.md" />
<transformation writer="twig" source="indices/files.md.twig" artifact="indices/files.md" />
<transformation writer="twig" source="navigation.yaml.twig" artifact="navigation.yaml" />
<transformation writer="RenderGuide" />
</transformations>
<parameters>
<parameter key="twig-debug">true</parameter>
</parameters>
</template>