From 7287ddf520d2095853c6e119aae002c0e3804b24 Mon Sep 17 00:00:00 2001 From: Freddy0 <72572280+Freddy-0@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:19:19 +0200 Subject: [PATCH] Update docs/advanced_usage.md Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/advanced_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 4fd24e08e..37ca388d0 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -187,7 +187,7 @@ variables: | `DOCUMENT_THUMBNAIL_PATH` | Path to the generated thumbnail | | `DOCUMENT_DOWNLOAD_URL` | URL for document download | | `DOCUMENT_THUMBNAIL_URL` | URL for the document thumbnail | -| `DOCUMENT_OWNER` | Name of the owner of the document[^1] | +| `DOCUMENT_OWNER` | Username of the document owner (or "None") | | `DOCUMENT_CORRESPONDENT` | Assigned correspondent (if any) | | `DOCUMENT_TAGS` | Comma separated list of tags applied (if any) | | `DOCUMENT_ORIGINAL_FILENAME` | Filename of original document |