summaryrefslogtreecommitdiff
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
parentc0acb28c4ec710c90eb55dc996251a30001c8e79 (diff)
downloadgitlab-ce-7ba97ab4a53eba8d28d028a04e20e6ead1cd9f52.tar.gz
Web editor documnetation
-rw-r--r--doc/workflow/README.md1
-rw-r--r--doc/workflow/web_editor.md23
-rw-r--r--doc/workflow/web_editor/edit_file.pngbin0 -> 99624 bytes
-rw-r--r--doc/workflow/web_editor/empty_project.pngbin0 -> 122296 bytes
-rw-r--r--doc/workflow/web_editor/new_file.pngbin0 -> 100516 bytes
-rw-r--r--doc/workflow/web_editor/show_file.pngbin0 -> 111479 bytes
6 files changed, 24 insertions, 0 deletions
diff --git a/doc/workflow/README.md b/doc/workflow/README.md
index 33176aaba44..3c0007d8198 100644
--- a/doc/workflow/README.md
+++ b/doc/workflow/README.md
@@ -10,3 +10,4 @@
- [Migrating from SVN to GitLab](migrating_from_svn.md)
- [Project importing from GitHub to GitLab](import_projects_from_github.md)
- [Protected branches](protected_branches.md)
+- [Web Editor](web_editor.md)
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)
diff --git a/doc/workflow/web_editor/edit_file.png b/doc/workflow/web_editor/edit_file.png
new file mode 100644
index 00000000000..1522c50b62f
--- /dev/null
+++ b/doc/workflow/web_editor/edit_file.png
Binary files differ
diff --git a/doc/workflow/web_editor/empty_project.png b/doc/workflow/web_editor/empty_project.png
new file mode 100644
index 00000000000..6a049f6beaf
--- /dev/null
+++ b/doc/workflow/web_editor/empty_project.png
Binary files differ
diff --git a/doc/workflow/web_editor/new_file.png b/doc/workflow/web_editor/new_file.png
new file mode 100644
index 00000000000..80941f37cea
--- /dev/null
+++ b/doc/workflow/web_editor/new_file.png
Binary files differ
diff --git a/doc/workflow/web_editor/show_file.png b/doc/workflow/web_editor/show_file.png
new file mode 100644
index 00000000000..9cafcb55109
--- /dev/null
+++ b/doc/workflow/web_editor/show_file.png
Binary files differ