From 8b36c9ad64bb7638e33d9cb22217f3d8345d5c1e Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 11 Dec 2022 16:07:08 +0100 Subject: [PATCH] more fixes and cleanup --- docs/administration.md | 4 ++-- docs/changelog.md | 6 ++---- docs/index.md | 4 ++-- docs/setup.md | 5 ++--- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index ac779ef1e..931829a8e 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -465,13 +465,13 @@ document. documents, such as encrypted PDF documents. The archiver will skip over these documents each time it sees them. -### Managing encryption {#encyption} +### Managing encryption {#encryption} Documents can be stored in Paperless using GnuPG encryption. !!! warning - Encryption is deprecated since paperless-ngx 0.9 and doesn't really + Encryption is deprecated since [paperless-ng 0.9](/changelog#paperless-ng-090) and doesn't really provide any additional security, since you have to store the passphrase in a configuration file on the same system as the encrypted documents for paperless to work. Furthermore, the entire text content of the diff --git a/docs/changelog.md b/docs/changelog.md index 98f45fd61..368b70a95 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1690,10 +1690,8 @@ primarily. ### paperless-ng 0.9.0 -- **Deprecated:** GnuPG. - `See this note on the state of GnuPG in paperless-ng. `{.interpreted-text - role="ref"} This features will most likely be removed in future - versions. +- **Deprecated:** GnuPG. [See this note on the state of GnuPG in paperless-ng.](/administration#encryption) + This features will most likely be removed in future versions. - **Added:** New frontend. Features: - Single page application: It's much more responsive than the django admin pages. diff --git a/docs/index.md b/docs/index.md index cf9b91f5e..fdde118a4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -50,12 +50,12 @@ If you want to learn about what's different in paperless-ngx from Paperless, check out these resources in the documentation: - [Some screenshots](#screenshots) of the new UI are available. -- Read [this section](/advanced_usage/#advanced-automatic-matching) if you want to learn about how paperless automates all +- Read [this section](/advanced_usage#automatic-matching) if you want to learn about how paperless automates all tagging using machine learning. - Paperless now comes with a [proper email consumer](/usage#usage-email) that's fully tested and production ready. - Paperless creates searchable PDF/A documents from whatever you put into the consumption directory. This means that you can select text in image-only documents coming from your scanner. -- See [this note](/administration#utilities-encyption) about GnuPG encryption in paperless-ngx. +- See [this note](/administration#encryption) about GnuPG encryption in paperless-ngx. - Paperless is now integrated with a [task processing queue](/setup#task_processor) that tells you at a glance when and why something is not working. - The [changelog](/changelog) contains a detailed list of all changes in paperless-ngx. diff --git a/docs/setup.md b/docs/setup.md index 11b5a1801..4e132cccd 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -234,9 +234,8 @@ steps described in [Docker setup](#docker_hub) automatically. certain, more updated software. If you want to build these images your self, that is possible, but beyond the scope of these steps. -4. Follow steps 3 to 8 of [Docker Setup](#docker_hub) - role="ref"}. When asked to run `docker-compose pull` to pull the - image, do +4. Follow steps 3 to 8 of [Docker Setup](#docker_hub). When asked to run + `docker-compose pull` to pull the image, do ```shell-session $ docker-compose build