Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pinclau committed Jul 30, 2024
1 parent 40e7a93 commit c383b3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/book/v5/installation/configuration-files.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v5/installation/test-the-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Do not change this in `local.php.dist` as well because this value should remain `true` on production.
2 changes: 2 additions & 0 deletions docs/book/v5/introduction/introduction.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Introduction

DotKernel web starter package suitable for admin applications.

0 comments on commit c383b3b

Please sign in to comment.