]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
doc fixes 2203/head
authortooomm <tooomm@users.noreply.github.com>
Sun, 11 Dec 2022 18:44:18 +0000 (19:44 +0100)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sun, 18 Dec 2022 03:55:22 +0000 (19:55 -0800)
This reverts commit e015babdc102a65a3cce0cc71812d3eb730da92e.

link fix

fix escaping, spacing, profile links, typo

revert

~~add~~ at fixes

Revert "~~add~~ at fixes"

This reverts commit ce0192b733c19614048de81ea917660e25bb35f2.

docs/setup.md
docs/usage.md

index d7b837eae7c7dc5426c87e2cdf8eabd01c93ddfa..8dcaeae8bcdf1e854bc6abd2b349b8482e0e1c05 100644 (file)
@@ -387,17 +387,17 @@ supported.
 9.  Go to `/opt/paperless/src`, and execute the following commands:
 
     ```bash
-    \# This creates the database schema.
+    # This creates the database schema.
     sudo -Hu paperless python3 manage.py migrate
 
-    \# This creates your first paperless user
+    # This creates your first paperless user
     sudo -Hu paperless python3 manage.py createsuperuser
     ```
 
 10. Optional: Test that paperless is working by executing
 
     ```bash
-    \# This collects static files from paperless and django.
+    # This collects static files from paperless and django.
     sudo -Hu paperless python3 manage.py runserver
     ```
 
index 92ab4d6313f68142d86e72d3a3d241cab9ffab0c..7c51b82a8d5bb793b0ee87312d2fedaa3012191b 100644 (file)
@@ -195,7 +195,7 @@ configured on the 'Scheduled tasks' page in the admin.
 
 ### REST API
 
-You can also submit a document using the REST API, see [POSTing documents][/api#file-uploads]
+You can also submit a document using the REST API, see [POSTing documents](/api#file-uploads)
 for details.
 
 ## Best practices {#basic-searching}