mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-11-01 04:22:30 +01:00
Moved the MkDocs settings
This commit is contained in:
18
doc/phpdoc.xml
Normal file
18
doc/phpdoc.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<phpdoc>
|
||||
<title>Gitea for PHP</title>
|
||||
|
||||
<parser>
|
||||
<target>../var</target>
|
||||
</parser>
|
||||
<transformer>
|
||||
<target>../doc/api</target>
|
||||
</transformer>
|
||||
<transformations>
|
||||
<template name="responsive"/>
|
||||
</transformations>
|
||||
|
||||
<files>
|
||||
<directory>../src</directory>
|
||||
</files>
|
||||
</phpdoc>
|
||||
Reference in New Issue
Block a user