Browse Source

modifying stuff

colombj 4 years ago
parent
commit
86414a7921

+ 1 - 1
web-interface/uploading-editing/file-upload.md

@@ -1,4 +1,4 @@
-# Uploading a set of files
+## Uploading a set of files
 
 When you click on the "Upload file" button, the file upload view will appear:
 

+ 19 - 0
web-interface/uploading-editing/index.md

@@ -0,0 +1,19 @@
+## Uploading and editing files
+
+### Available file actions
+
+The Gin web-interface allows you to:
+
+- [Create a new text-based file](#Create a new text-based file)
+- [Edit a text-based file](#Edit a text-based file)
+- [Uploading a set of files](#Uploading a set of files)
+
+### Common features for uploading
+
+No matter which button you use, there are some features shared in common.
+
+- [Location of buttons for uploading/creating files](location-of-buttons.md)
+- [Specifying the directory to be uploaded](target-directory.md)
+- [Committing new files](commit-options.md)
+
+