docs(themes): fix file tree indent

This commit is contained in:
Alexis Couvreur
2022-11-15 14:31:09 +00:00
parent 920f9bcbc2
commit a679eb8967

View File

@@ -79,13 +79,14 @@ See the [embedded themes](../app/http/pages/themes/).
## How to load my custom theme
You can load themes by specifying their name and their relative path from the `--strategy.dynamic.custom-themes-path` value.
```bash
/my/custom/themes/
├── custom1.html # custom1
├── custom2.html # custom2
└── special
└── secret.html # special/secret
```
```bash
/my/custom/themes/
├── custom1.html # custom1
├── custom2.html # custom2
└── special
└── secret.html # special/secret
```
Such as