summaryrefslogtreecommitdiff
path: root/doc/workflow/web_editor.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 16:43:51 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 16:43:51 -0800
commit7ba97ab4a53eba8d28d028a04e20e6ead1cd9f52 (patch)
treefa358950956bdc80b1f7805e85e192dd978fde95 /doc/workflow/web_editor.md
parentc0acb28c4ec710c90eb55dc996251a30001c8e79 (diff)
downloadgitlab-ce-7ba97ab4a53eba8d28d028a04e20e6ead1cd9f52.tar.gz
Web editor documnetation
Diffstat (limited to 'doc/workflow/web_editor.md')
-rw-r--r--doc/workflow/web_editor.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/workflow/web_editor.md b/doc/workflow/web_editor.md
new file mode 100644
index 00000000000..c83715deff7
--- /dev/null
+++ b/doc/workflow/web_editor.md
@@ -0,0 +1,23 @@
+# GitLab Web Editor
+
+In GitLab you can create new files and edit existing one using our web editor.
+Its really useful if you dont have access to command line or you want to make a quick small fix.
+You can access to web editor in several ways depends on context.
+Lets start from newly created project.
+Click on `Add a file` button to start web editor for creating first file.
+
+![web editor 1](web_editor/empty_project.png)
+
+Fill in file name, content, commit message and press commit button.
+After this file will be saved to repository.
+
+![web editor 2](web_editor/new_file.png)
+
+You can edit any text file in repository by pressing edit button when browsing file.
+
+![web editor 3](web_editor/show_file.png)
+
+Edit of file is pretty same as creating new file.
+Except you can see preview of your changes to file in separate tab
+
+![web editor 3](web_editor/edit_file.png)