docs: update post-install-steps documentation (#9239)

* docs: update post-install-steps documentation

* fix: format code with prettier (ci)
This commit is contained in:
Alon Budker
2024-05-03 15:05:34 +03:00
committed by GitHub
parent d7f53d93a6
commit d26ac431b8
7 changed files with 13 additions and 1 deletions
+6
View File
@@ -14,6 +14,12 @@ The admin user can set the template by using the template builder in the `Admini
Year/Year-Month-Day/Filename.Extension
```
If you want to change the storage template during the initial setup, first enable the feature.
<img src={require('./img/enable-storage-template.png').default} width="100%" title="Enable Storage Template Setting" />
Then, customize your storage template.
<img src={require('./img/storage-template.png').default} width="100%" title="Storage Template Setting" />
:::tip