From c383b3bf6653fdcff0c8dcedcdfbc14d37264150 Mon Sep 17 00:00:00 2001 From: Claudiu Pintiuta Date: Tue, 30 Jul 2024 15:42:56 +0300 Subject: [PATCH] linting --- docs/book/v5/installation/configuration-files.md | 1 + docs/book/v5/installation/test-the-installation.md | 2 +- docs/book/v5/introduction/introduction.md | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/book/v5/installation/configuration-files.md b/docs/book/v5/installation/configuration-files.md index 500609a..afb8afd 100644 --- a/docs/book/v5/installation/configuration-files.md +++ b/docs/book/v5/installation/configuration-files.md @@ -1,6 +1,7 @@ # Configuration Files ## Prepare config files + * duplicate `config/autoload/local.php.dist` as `config/autoload/local.php` * duplicate `config/autoload/mail.local.php.dist` as `config/autoload/mail.local.php` diff --git a/docs/book/v5/installation/test-the-installation.md b/docs/book/v5/installation/test-the-installation.md index 17c5c66..38304c6 100644 --- a/docs/book/v5/installation/test-the-installation.md +++ b/docs/book/v5/installation/test-the-installation.md @@ -40,4 +40,4 @@ If you ran the migrations you will have an admin user in the database with the f ] ]; -Do not change this in `local.php.dist` as well because this value should remain `true` on production. \ No newline at end of file +Do not change this in `local.php.dist` as well because this value should remain `true` on production. diff --git a/docs/book/v5/introduction/introduction.md b/docs/book/v5/introduction/introduction.md index 79c7779..dfeac36 100644 --- a/docs/book/v5/introduction/introduction.md +++ b/docs/book/v5/introduction/introduction.md @@ -1 +1,3 @@ +# Introduction + DotKernel web starter package suitable for admin applications.