mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 19:12:30 +01:00
Moved the MkDocs settings
This commit is contained in:
@ -44,7 +44,7 @@ class RoboFile extends Tasks {
|
||||
->copy('LICENSE.md', 'doc/about/license.md')
|
||||
->run();
|
||||
|
||||
return $this->_exec('mkdocs build');
|
||||
return $this->_exec('mkdocs build --config-file=doc/mkdocs.yml');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -3,8 +3,8 @@ site_description: Gitea client library, in PHP.
|
||||
site_author: SAB International - contact@sabcomputer.com
|
||||
site_url: https://dev.sabcomputer.com/gitea.php
|
||||
|
||||
docs_dir: doc
|
||||
site_dir: web
|
||||
docs_dir: .
|
||||
site_dir: ../web
|
||||
|
||||
repo_name: GitHub
|
||||
repo_url: https://github.com/sab-international/gitea.php
|
||||
@ -3,16 +3,16 @@
|
||||
<title>Gitea for PHP</title>
|
||||
|
||||
<parser>
|
||||
<target>var</target>
|
||||
<target>../var</target>
|
||||
</parser>
|
||||
<transformer>
|
||||
<target>doc/api</target>
|
||||
<target>../doc/api</target>
|
||||
</transformer>
|
||||
<transformations>
|
||||
<template name="responsive"/>
|
||||
</transformations>
|
||||
|
||||
<files>
|
||||
<directory>src</directory>
|
||||
<directory>../src</directory>
|
||||
</files>
|
||||
</phpdoc>
|
||||
Reference in New Issue
Block a user