diff --git a/config/phpvms.php b/config/phpvms.php index 3f890fcb..6f3a5b41 100644 --- a/config/phpvms.php +++ b/config/phpvms.php @@ -99,4 +99,11 @@ return [ * RFC 7807 type, which can be used as a machine-readable error code/map */ 'error_root' => 'https://phpvms.net/errors', + + /** + * The links to various docs on the documentation site + */ + 'docs' => [ + 'cron' => 'http://docs.phpvms.net/configuration/cron', + ], ]; diff --git a/resources/views/admin/dashboard/index.blade.php b/resources/views/admin/dashboard/index.blade.php index 27742833..f370bc9a 100644 --- a/resources/views/admin/dashboard/index.blade.php +++ b/resources/views/admin/dashboard/index.blade.php @@ -5,7 +5,8 @@ @if($cron_problem_exists) @endif diff --git a/resources/views/admin/maintenance/cron.blade.php b/resources/views/admin/maintenance/cron.blade.php index 3ab81ae4..2e540cc6 100644 --- a/resources/views/admin/maintenance/cron.blade.php +++ b/resources/views/admin/maintenance/cron.blade.php @@ -14,7 +14,8 @@ @if($cron_problem_exists) @endif