Skip to content

Commit 754403a

Browse files
authored
Added video guide link to visual theme system docs
1 parent 05ef23d commit 754403a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/docs/visual-theme-system.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This theme system itself is maintained and supported but usages of this system,
66

77
## Getting Started
88

9+
*[Video Guide](https://www.youtube.com/watch?v=gLy_2GBse48)*
10+
911
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.
1012
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`.
1113

@@ -28,4 +30,4 @@ As an example, Say I wanted to change 'Search' to 'Find'; Within a `themes/<them
2830
return [
2931
'search' => 'find',
3032
];
31-
```
33+
```

0 commit comments

Comments
 (0)