mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 12:02:30 +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