]> BookStack Code Mirror - bookstack/commitdiff
Added path example to visual theme system
authorDan Brown <redacted>
Mon, 27 Jun 2022 12:38:51 +0000 (13:38 +0100)
committerDan Brown <redacted>
Mon, 27 Jun 2022 12:38:51 +0000 (13:38 +0100)
dev/docs/visual-theme-system.md

index 8f3129b229f7dd19c8c6bafc23777882522c7fd3..47ee57c0e0c9a1c5f015ab31b9db88c56c9dd891 100644 (file)
@@ -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/<theme_name>/` 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/<theme_name>/` 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/<theme_name>/books/parts/list-item.blade.php`. 
 
 ## Customizing Icons