-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.xml
More file actions
32 lines (30 loc) · 2.08 KB
/
Copy pathtemplate.xml
File metadata and controls
32 lines (30 loc) · 2.08 KB
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
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<template>
<author>Dustin Butler</author>
<email>dustin@fivetechnology.com</email>
<version>1.0.0</version>
<copyright>None</copyright>
<description><![CDATA[
Modification of the built in twig-responsive template to output markdown files
]]></description>
<transformations>
<transformation query="copy" writer="FileIo" source="templates/responsive/img" artifact="img"/>
<transformation query="copy" writer="FileIo" source="templates/responsive/css" artifact="css"/>
<transformation query="copy" writer="FileIo" source="templates/responsive/js" artifact="js"/>
<transformation writer="twig" source="templates/docsify-twig/index.md.twig" artifact="README.md"/>
<transformation query="indexes.namespaces" writer="twig" source="templates/docsify-twig/namespace.md.twig" artifact="namespaces/{{name}}.md"/>
<transformation query="indexes.packages" writer="twig" source="templates/docsify-twig/package.html.twig" />
<transformation writer="twig" source="templates/docsify-twig/class_sidebar.md.twig" artifact="classes/_sidebar.md"/>
<transformation query="indexes.classes" writer="twig" source="templates/docsify-twig/class.md.twig" artifact="classes/{{name}}.md"/>
<transformation query="indexes.interfaces" writer="twig" source="templates/docsify-twig/class.html.twig" />
<transformation query="indexes.traits" writer="twig" source="templates/docsify-twig/class.html.twig" />
<transformation writer="twig" source="templates/docsify-twig/reports/markers.md.twig" artifact="markers.md"/>
<transformation writer="twig" source="templates/docsify-twig/reports/errors.html.twig" artifact="errors.html"/>
<transformation writer="twig" source="templates/docsify-twig/reports/deprecated.html.twig" artifact="deprecated.html"/>
<transformation writer="twig" source="templates/docsify-twig/graphs/class.html.twig" artifact="graph_class.html"/>
<transformation writer="Graph" source="Class" artifact="classes.svg" />
</transformations>
<parameters>
<parameter key="twig-debug">true</parameter>
</parameters>
</template>