]> BookStack Code Mirror - bookstack/commitdiff
Added video guide link to visual theme system docs
authorDan Brown <redacted>
Thu, 18 Nov 2021 21:04:25 +0000 (21:04 +0000)
committerGitHub <redacted>
Thu, 18 Nov 2021 21:04:25 +0000 (21:04 +0000)
dev/docs/visual-theme-system.md

index 058bd2823b25176b5b8dd7b15b827bc63135bc95..8f3129b229f7dd19c8c6bafc23777882522c7fd3 100644 (file)
@@ -6,6 +6,8 @@ This theme system itself is maintained and supported but usages of this system,
 
 ## Getting Started
 
+*[Video Guide](https://www.youtube.com/watch?v=gLy_2GBse48)*
+
 This makes use of the theme system. Create a folder for your theme within your BookStack `themes` directory. As an example we'll use `my_theme`, so we'd create a `themes/my_theme` folder.
 You'll need to tell BookStack to use your theme via the `APP_THEME` option in your `.env` file. For example: `APP_THEME=my_theme`.
 
@@ -28,4 +30,4 @@ As an example, Say I wanted to change 'Search' to 'Find'; Within a `themes/<them
 return [
     'search' => 'find',
 ];
-```
\ No newline at end of file
+```
Morty Proxy This is a proxified and sanitized view of the page, visit original site.