mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-16 17:47:52 +00:00
Added video guide link to visual theme system docs
This commit is contained in:
parent
05ef23d34e
commit
754403a29e
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
];
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue