Update screencasts in documentation

This commit is contained in:
Eike Kettner 2021-01-11 20:09:15 +01:00
parent 31fe4f817a
commit 96c337f7db
3 changed files with 2 additions and 2 deletions

View File

@ -39,13 +39,13 @@ demo data =
navigateDemo = navigateDemo =
{ title = "Navigation" { title = "Navigation"
, url = "/videos/docspell-navigate-2020-11-14.mp4" , url = "/videos/docspell-navigate-2021-01-11.mp4"
, info = "Shows basic navigation through documents using tags and tag categories." , info = "Shows basic navigation through documents using tags and tag categories."
} }
processDemo = processDemo =
{ title = "Processing" { title = "Processing"
, url = "/videos/docspell-process-2020-11-14.mp4" , url = "/videos/docspell-process-2021-01-11.mp4"
, info = "Presents the basic idea: maintain an address book and let docspell find matches for new uploaded documents and attach them automatically." , info = "Presents the basic idea: maintain an address book and let docspell find matches for new uploaded documents and attach them automatically."
} }