Documentation: miscellaneous fixes

This commit is contained in:
shamoon
2025-08-07 07:54:24 -04:00
parent e1c3124698
commit fac1ee4283
2 changed files with 4 additions and 5 deletions

View File

@@ -5423,9 +5423,6 @@ This release contains new database migrations.
Paperless will continue to work with WSGI, but you will not get any Paperless will continue to work with WSGI, but you will not get any
status notifications. status notifications.
Apache `mod_wsgi` users, see
[this note](faq.md#how-do-i-get-websocket-support-with-apache-mod_wsgi).
- Paperless now offers suggestions for tags, correspondents and types - Paperless now offers suggestions for tags, correspondents and types
on the document detail page. on the document detail page.
@@ -6228,11 +6225,12 @@ primarily.
who are doing active development on Paperless using the Docker who are doing active development on Paperless using the Docker
environment: environment:
[#376](https://github.com/the-paperless-project/paperless/pull/376). [#376](https://github.com/the-paperless-project/paperless/pull/376).
- You now also have the ability to customise the interface to your - ~~You now also have the ability to customise the interface to your
heart's content by creating a file called `overrides.css` and/or heart's content by creating a file called `overrides.css` and/or
`overrides.js` in the root of your media directory. Thanks to [Mark `overrides.js` in the root of your media directory. Thanks to [Mark
McFate](https://github.com/SummittDweller) for this idea: McFate](https://github.com/SummittDweller) for this idea:
[#371](https://github.com/the-paperless-project/paperless/issues/371) [#371](https://github.com/the-paperless-project/paperless/issues/371)~~
(Not supported by Paperless-ngx)
### 2.0.0 ### 2.0.0

View File

@@ -47,6 +47,7 @@ markdown_extensions:
- pymdownx.superfences - pymdownx.superfences
- pymdownx.inlinehilite - pymdownx.inlinehilite
- pymdownx.snippets - pymdownx.snippets
- pymdownx.tilde
- footnotes - footnotes
- pymdownx.superfences: - pymdownx.superfences:
custom_fences: custom_fences: