docs/new gifs & general updates

This commit is contained in:
Hayden
2021-02-06 13:42:44 -09:00
parent 23026a4cc4
commit 3cc3825bbe
16 changed files with 74 additions and 108 deletions

View File

@@ -1,5 +1,4 @@
# Backup and Imports
![](../img/admin-backup.png)
All recipe data can be imported and exported as necessary from the UI. Under the admin page you'll find the section for using Backups and Exports.
@@ -7,6 +6,8 @@ To create an export simple add the tag and the markdown template and click Backu
To import a backup it must be in your backups folder. If it is in the backup folder it will automatically show up as an source to restore from. Selected the desired backup and import the backup file.
![](../gifs/backup-demo-v1.gif)
## Custom Templating
On export you can select a template to use to render files using the jinja2 syntax. This can be done to export recipes in other formats besides regular .json.Look at this example for rendering a markdown recipe using the jinja2 syntax.