From fa01c61677d8ce75de0a42741fd9c2917d10a5b3 Mon Sep 17 00:00:00 2001 From: Nabeel S Date: Thu, 16 Jan 2020 09:49:28 -0500 Subject: [PATCH] Add reference to docs on doc site (#502) --- config/phpvms.php | 7 +++++++ resources/views/admin/dashboard/index.blade.php | 3 ++- resources/views/admin/maintenance/cron.blade.php | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) 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