From 7ba97ab4a53eba8d28d028a04e20e6ead1cd9f52 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 2 Feb 2015 16:43:51 -0800 Subject: Web editor documnetation --- doc/workflow/README.md | 1 + doc/workflow/web_editor.md | 23 +++++++++++++++++++++++ doc/workflow/web_editor/edit_file.png | Bin 0 -> 99624 bytes doc/workflow/web_editor/empty_project.png | Bin 0 -> 122296 bytes doc/workflow/web_editor/new_file.png | Bin 0 -> 100516 bytes doc/workflow/web_editor/show_file.png | Bin 0 -> 111479 bytes 6 files changed, 24 insertions(+) create mode 100644 doc/workflow/web_editor.md create mode 100644 doc/workflow/web_editor/edit_file.png create mode 100644 doc/workflow/web_editor/empty_project.png create mode 100644 doc/workflow/web_editor/new_file.png create mode 100644 doc/workflow/web_editor/show_file.png (limited to 'doc') 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 Binary files /dev/null and b/doc/workflow/web_editor/edit_file.png 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 Binary files /dev/null and b/doc/workflow/web_editor/empty_project.png 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 Binary files /dev/null and b/doc/workflow/web_editor/new_file.png 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 Binary files /dev/null and b/doc/workflow/web_editor/show_file.png differ -- cgit v1.2.1