mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2026-01-18 10:09:12 +01:00
Added a user guide based on MkDocs
This commit is contained in:
@ -38,7 +38,12 @@ class RoboFile extends Tasks {
|
||||
* Builds the documentation.
|
||||
*/
|
||||
function doc(): void {
|
||||
$this->_exec('phpdoc');
|
||||
$this->taskFilesystemStack()
|
||||
->copy('CHANGELOG.md', 'doc/about/changelog.md')
|
||||
->copy('LICENSE.md', 'doc/about/license.md')
|
||||
->run();
|
||||
|
||||
$this->_exec('mkdocs build');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user