From 754403a29e90f05a64ceca581580ef341ff910a8 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 18 Nov 2021 21:04:25 +0000 Subject: [PATCH] Added video guide link to visual theme system docs --- dev/docs/visual-theme-system.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/docs/visual-theme-system.md b/dev/docs/visual-theme-system.md index 058bd2823..8f3129b22 100644 --- a/dev/docs/visual-theme-system.md +++ b/dev/docs/visual-theme-system.md @@ -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/ 'find', ]; -``` \ No newline at end of file +```