diff --git a/docs/usage.md b/docs/usage.md index 7673a77dd..6f332396d 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -30,6 +30,9 @@ Each document has data fields that you can assign to them: - A _document type_ is used to demarcate the type of a document such as letter, bank statement, invoice, contract, etc. It is used to identify what a document is about. +- The document _storage path_ is the location where the document files + are stored. See [Storage Paths](advanced_usage.md#storage-paths) for + more information. - The _date added_ of a document is the date the document was scanned into paperless. You cannot and should not change this date. - The _date created_ of a document is the date the document was diff --git a/src-ui/src/app/components/manage/management-list/management-list.component.html b/src-ui/src/app/components/manage/management-list/management-list.component.html index 82fd8502c..6375a3667 100644 --- a/src-ui/src/app/components/manage/management-list/management-list.component.html +++ b/src-ui/src/app/components/manage/management-list/management-list.component.html @@ -1,4 +1,5 @@ - + +