koel/api-docs/source/config.php
Phan An ab4f2210d1
API doc (#872)
* Add the API documentation

* Apply fixes from StyleCI (#871)
2018-12-09 22:24:43 +01:00

25 lines
545 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Deployment configuration
|--------------------------------------------------------------------------
|
| Here you can configure your deployment type.
| Right now, the only deployment type available is "git"
|
*/
'deployment' => [
'type' => 'git',
'repository' => '',
'branch' => 'gh-pages',
'message' => 'Site updated: '.strftime('%YYYY-%MM-%DD %HH:%mm:%ss'),
],
];