From 47887ec5956b21a13c2e5e8f0676df27c4d522fe Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 27 Jun 2022 13:38:51 +0100 Subject: [PATCH] Added path example to visual theme system --- dev/docs/visual-theme-system.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/docs/visual-theme-system.md b/dev/docs/visual-theme-system.md index 8f3129b22..47ee57c0e 100644 --- a/dev/docs/visual-theme-system.md +++ b/dev/docs/visual-theme-system.md @@ -13,7 +13,8 @@ You'll need to tell BookStack to use your theme via the `APP_THEME` option in yo ## Customizing View Files -Content placed in your `themes//` folder will override the original view files found in the `resources/views` folder. These files are typically [Laravel Blade](https://laravel.com/docs/6.x/blade) files. +Content placed in your `themes//` folder will override the original view files found in the `resources/views` folder. These files are typically [Laravel Blade](https://laravel.com/docs/8.x/blade) files. +As an example, I could override the `resources/views/books/parts/list-item.blade.php` file with my own template at the path `themes//books/parts/list-item.blade.php`. ## Customizing Icons