We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5822b6c commit 4706993Copy full SHA for 4706993
data/templates/vuepress/template.xml
@@ -2,9 +2,9 @@
2
<template>
3
<author>Nelson Martell</author>
4
<email>nelson6e65@gmail.com</email>
5
- <version>1.0.0-beta</version>
6
- <copyright>2018 Nelson Martell</copyright>
7
- <description>Generate API documentation pages in Markdown format for VuePress.</description>
+ <version>1.0.0-beta.3</version>
+ <copyright>2018-2019 © Nelson Martell</copyright>
+ <description>Template for generating your PHP API documentation in a pretty VuePress format</description>
8
<transformations>
9
<transformation writer="twig" source="templates/vuepress/index.md.twig" artifact="README.md" />
10
<transformation writer="twig" source="templates/vuepress/classes.md.twig" artifact="classes.md" />
0 commit comments