From 735dcac6c66812d66832d7bf46a3ed9f0df55569 Mon Sep 17 00:00:00 2001
From: deltadelta <contact@libellules.eu>
Date: Wed, 13 Mar 2019 13:24:15 +0100
Subject: [PATCH] Merge branch 'develop' into 'doc/remove_content'

---
 docs/users/upload.rst | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/docs/users/upload.rst b/docs/users/upload.rst
index 08c2e3ab..dc50d6c5 100644
--- a/docs/users/upload.rst
+++ b/docs/users/upload.rst
@@ -1,5 +1,5 @@
-Uploading content on Funkwhale
-==============================
+Uploading and removing content on Funkwhale
+===========================================
 
 To upload content on any Funkwhale instance, you need:
 
@@ -144,3 +144,14 @@ by instance admins.
 
 Once uploaded, your files should be processed shortly. It's usually a matter of seconds, but
 can vary depending on server load.
+
+.. _upload-remove:
+
+Removing files
+--------------
+
+If you want to remove some of the files you have uploaded, visit ``/content/libraries/tracks/`` or click "Add content" in the sidebar then "Tracks" in the top menu.
+Then select the files you want to delete using the checkboxes on the left ; you can filter the list of files using a search pattern.
+Finally, select "Delete" in the "Action" menu and click "Go".
+
+This operation does *not* remove metadata, meaning that deleted tracks will remain visible in your library. They just won't be playable anymore.
-- 
GitLab